#B6757C
A medium, moderate red closely aligning with Rosybrown.
About #B6757C
The hex code #B6757C represents a beautifully specific shade of red. Its closest recognized web color is Rosybrown. This translates to an RGB value of rgb(182, 117, 124).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 36% Magenta, 32% Yellow, and 29% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6757C
RGB182, 117, 124
HSL353.5°, 30.8%, 58.6%
CMYK0%, 36%, 32%, 29%
HSV353.5°, 35.7%, 71.4%
LAB56.2, 26.5, 6.8
XYZ29.3, 24.1, 22.2
Decimal11957628
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.61:1
Text on #FFFFFF
AA Large
5.82:1
Text on #000000
AA
3.45:1
Text on #F8FAFC
AA Large
4.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B6757C;
}
.text-color {
color: #B6757C;
}
.border-color {
border: 2px solid #B6757C;
}