Tan (Brown)
#BBB87C
RGB: 187, 184, 124
Color OverviewHEX #BBB87C
#BBB87C Color Code Information
In the RGB color space, #BBB87C is composed of 73% red, 72% green, and 49% blue. In the HSL color space, it has a hue of 57°, saturation of 32%, and lightness of 61%.
HEX
#BBB87C
RGB
187, 184, 124
HSL
57°, 32%, 61%
HSV
57°, 34%, 73%
CMYK
0%, 2%, 34%, 27%
Name Match
Tan
Closest StandardShades of #BBB87C (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #BBB87C (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #BBB87C (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #BBB87C
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #BBB87C Background
Contrast Ratio against Pure White (#FFFFFF):2.05 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #BBB87C Background
Contrast Ratio against Pure Black (#000000):10.26 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #BBB87C;
}
.element {
color: #BBB87C;
background-color: #BBB87C;
border-color: #BBB87C;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#BBB87C] text-[#BBB87C] border-[#BBB87C]"> Content styled with #BBB87C </div>