Rosy Brown (Brown)
#B0AE9C
RGB: 176, 174, 156
Color OverviewHEX #B0AE9C

#B0AE9C Color Code Information

In the RGB color space, #B0AE9C is composed of 69% red, 68% green, and 61% blue. In the HSL color space, it has a hue of 54°, saturation of 11%, and lightness of 65%.

HEX
#B0AE9C
RGB
176, 174, 156
HSL
54°, 11%, 65%
HSV
54°, 11%, 69%
CMYK
0%, 1%, 11%, 31%
Name Match
Rosy Brown
Closest Standard

Shades of #B0AE9C (Darker Variations)

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

Tints of #B0AE9C (Lighter Variations)

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

Tones of #B0AE9C (Muted Variations)

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

Color Harmonies for #B0AE9C

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 #B0AE9C Background
Contrast Ratio against Pure White (#FFFFFF):2.24 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #B0AE9C Background
Contrast Ratio against Pure Black (#000000):9.38 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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