Rosy Brown (Brown)
#B08076
RGB: 176, 128, 118
Color OverviewHEX #B08076
#B08076 Color Code Information
In the RGB color space, #B08076 is composed of 69% red, 50% green, and 46% blue. In the HSL color space, it has a hue of 10°, saturation of 27%, and lightness of 58%.
HEX
#B08076
RGB
176, 128, 118
HSL
10°, 27%, 58%
HSV
10°, 33%, 69%
CMYK
0%, 27%, 33%, 31%
Name Match
Rosy Brown
Closest StandardShades of #B08076 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #B08076 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #B08076 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #B08076
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 #B08076 Background
Contrast Ratio against Pure White (#FFFFFF):3.39 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #B08076 Background
Contrast Ratio against Pure Black (#000000):6.2 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #B08076;
}
.element {
color: #B08076;
background-color: #B08076;
border-color: #B08076;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#B08076] text-[#B08076] border-[#B08076]"> Content styled with #B08076 </div>