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