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