Shades of Royal Heath #B84870
Tints of Royal Heath #B84870
RGB
CMYK
RGB Variations
Color information
#B84870 (or 0xB84870) is known color: Royal Heath. HEX triplet: B8, 48 and 70. RGB value is (184,72,112). Sum of RGB (Red+Green+Blue) = 184+72+112=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B84870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84870 is #47B78F. Grayscale: #6E6E6E. Windows color (decimal): -4700048 or 7358648. OLE color: 7358648.
HSL color Cylindrical-coordinate representation of color #B84870: hue angle of 338.57º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B84870 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 72 | 112 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.28 |
| HSL | 338.57º | 0.44% | 0.5% | - |
| HSV(B) | 338.57º | 0.61% | 0.72% | - |
| XYZ | 25.01 | 15.99 | 17.1 | - |
| YUV | 110.05 | 129.11 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 72 | 112 | 0 | 0.61 | 0.39 | 0.28 | 338.57 | 0.44 | 0.5 |
| Hex | B8 | 48 | 70 | 0 | 3D | 27 | 1C | 153 | 2C | 32 |
| Octal | 270 | 110 | 160 | 0 | 75 | 47 | 34 | 523 | 54 | 62 |
| Binary | 10111000 | 1001000 | 1110000 | 0 | 111101 | 100111 | 11100 | 101010011 | 101100 | 110010 |
Color Harmonies of #B84870
Complementary color
Monochromatic Colors of #B84870
Black with #B84870
Text Example
Text Example
White with #B84870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84870; }
p { color: rgb(184,72,112); }
H1.HeaderClassName
{
color: #B84870;
}
.AnyTagClassName
{
color: #B84870;
}
</style>
background-color css
<style>
a { background-color: #B84870; }
a { background-color: rgb(184,72,112); }
div.DivClassName
{
background-color: #B84870;
}
.BgClassName
{
background-color: #B84870;
}
</style>
border-color css
<style>
span { border-color: #B84870; }
span { border-color: rgb(184,72,112); }
td.TdClassName
{
border-color: #B84870;
}
.TagClassName
{
border-color: #B84870;
}
</style>