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