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