Shades of Royal Heath #B84672
Tints of Royal Heath #B84672
RGB
CMYK
RGB Variations
Color information
#B84672 (or 0xB84672) is known color: Royal Heath. HEX triplet: B8, 46 and 72. RGB value is (184,70,114). Sum of RGB (Red+Green+Blue) = 184+70+114=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B84672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84672 is #47B98D. Grayscale: #6D6D6D. Windows color (decimal): -4700558 or 7489208. OLE color: 7489208.
HSL color Cylindrical-coordinate representation of color #B84672: hue angle of 336.84º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84672 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 114 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.28 |
| HSL | 336.84º | 0.45% | 0.5% | - |
| HSV(B) | 336.84º | 0.62% | 0.72% | - |
| XYZ | 24.99 | 15.79 | 17.65 | - |
| YUV | 109.1 | 130.77 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 114 | 0 | 0.62 | 0.38 | 0.28 | 336.84 | 0.45 | 0.5 |
| Hex | B8 | 46 | 72 | 0 | 3E | 26 | 1C | 151 | 2D | 32 |
| Octal | 270 | 106 | 162 | 0 | 76 | 46 | 34 | 521 | 55 | 62 |
| Binary | 10111000 | 1000110 | 1110010 | 0 | 111110 | 100110 | 11100 | 101010001 | 101101 | 110010 |
Color Harmonies of #B84672
Complementary color
Monochromatic Colors of #B84672
Black with #B84672
Text Example
Text Example
White with #B84672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84672; }
p { color: rgb(184,70,114); }
H1.HeaderClassName
{
color: #B84672;
}
.AnyTagClassName
{
color: #B84672;
}
</style>
background-color css
<style>
a { background-color: #B84672; }
a { background-color: rgb(184,70,114); }
div.DivClassName
{
background-color: #B84672;
}
.BgClassName
{
background-color: #B84672;
}
</style>
border-color css
<style>
span { border-color: #B84672; }
span { border-color: rgb(184,70,114); }
td.TdClassName
{
border-color: #B84672;
}
.TagClassName
{
border-color: #B84672;
}
</style>