Shades of Royal Heath #B85072
Tints of Royal Heath #B85072
RGB
CMYK
RGB Variations
Color information
#B85072 (or 0xB85072) is known color: Royal Heath. HEX triplet: B8, 50 and 72. RGB value is (184,80,114). Sum of RGB (Red+Green+Blue) = 184+80+114=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B85072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85072 is #47AF8D. Grayscale: #727272. Windows color (decimal): -4697998 or 7491768. OLE color: 7491768.
HSL color Cylindrical-coordinate representation of color #B85072: hue angle of 340.38º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B85072 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 114 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.28 |
| HSL | 340.38º | 0.42% | 0.52% | - |
| HSV(B) | 340.38º | 0.57% | 0.72% | - |
| XYZ | 25.67 | 17.14 | 17.88 | - |
| YUV | 114.97 | 127.46 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 114 | 0 | 0.57 | 0.38 | 0.28 | 340.38 | 0.42 | 0.52 |
| Hex | B8 | 50 | 72 | 0 | 39 | 26 | 1C | 154 | 2A | 34 |
| Octal | 270 | 120 | 162 | 0 | 71 | 46 | 34 | 524 | 52 | 64 |
| Binary | 10111000 | 1010000 | 1110010 | 0 | 111001 | 100110 | 11100 | 101010100 | 101010 | 110100 |
Color Harmonies of #B85072
Complementary color
Monochromatic Colors of #B85072
Black with #B85072
Text Example
Text Example
White with #B85072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85072; }
p { color: rgb(184,80,114); }
H1.HeaderClassName
{
color: #B85072;
}
.AnyTagClassName
{
color: #B85072;
}
</style>
background-color css
<style>
a { background-color: #B85072; }
a { background-color: rgb(184,80,114); }
div.DivClassName
{
background-color: #B85072;
}
.BgClassName
{
background-color: #B85072;
}
</style>
border-color css
<style>
span { border-color: #B85072; }
span { border-color: rgb(184,80,114); }
td.TdClassName
{
border-color: #B85072;
}
.TagClassName
{
border-color: #B85072;
}
</style>