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