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