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