Tan (Brown)
#BBBA9A
RGB: 187, 186, 154
Color OverviewHEX #BBBA9A

#BBBA9A Color Code Information

In the RGB color space, #BBBA9A is composed of 73% red, 73% green, and 60% blue. In the HSL color space, it has a hue of 58°, saturation of 20%, and lightness of 67%.

HEX
#BBBA9A
RGB
187, 186, 154
HSL
58°, 20%, 67%
HSV
58°, 18%, 73%
CMYK
0%, 1%, 18%, 27%
Name Match
Tan
Closest Standard

Shades of #BBBA9A (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #BBBA9A (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #BBBA9A (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #BBBA9A

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #BBBA9A Background
Contrast Ratio against Pure White (#FFFFFF):1.98 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #BBBA9A Background
Contrast Ratio against Pure Black (#000000):10.6 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #BBBA9A;
}

.element {
  color: #BBBA9A;
  background-color: #BBBA9A;
  border-color: #BBBA9A;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#BBBA9A] text-[#BBBA9A] border-[#BBBA9A]">
  Content styled with #BBBA9A
</div>