Rosy Brown (Brown)
#B0806E
RGB: 176, 128, 110
Color OverviewHEX #B0806E

#B0806E Color Code Information

In the RGB color space, #B0806E is composed of 69% red, 50% green, and 43% blue. In the HSL color space, it has a hue of 16°, saturation of 29%, and lightness of 56%.

HEX
#B0806E
RGB
176, 128, 110
HSL
16°, 29%, 56%
HSV
16°, 37%, 69%
CMYK
0%, 27%, 37%, 31%
Name Match
Rosy Brown
Closest Standard

Shades of #B0806E (Darker Variations)

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

Tints of #B0806E (Lighter Variations)

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

Tones of #B0806E (Muted Variations)

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

Color Harmonies for #B0806E

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

Developer Code Snippets & Tailwind CSS

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

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