#B65050
A medium, moderate red closely aligning with Indianred.
About #B65050
At its core, #B65050 is a medium and moderate hue. It is closely associated with the named CSS color Indianred. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 80, and 80.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 56% magenta, 56% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B65050
RGB182, 80, 80
HSL0.0°, 41.1%, 51.4%
CMYK0%, 56%, 56%, 29%
HSV0.0°, 56.0%, 71.4%
LAB47.3, 41.4, 20.5
XYZ23.6, 16.3, 9.5
Decimal11948112
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.94:1
Text on #FFFFFF
AA
4.25:1
Text on #000000
AA Large
4.72:1
Text on #F8FAFC
AA
3.61:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B65050;
}
.text-color {
color: #B65050;
}
.border-color {
border: 2px solid #B65050;
}