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