Shades of Royal Heath #B84272
Tints of Royal Heath #B84272
RGB
CMYK
RGB Variations
Color information
#B84272 (or 0xB84272) is known color: Royal Heath. HEX triplet: B8, 42 and 72. RGB value is (184,66,114). Sum of RGB (Red+Green+Blue) = 184+66+114=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B84272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84272 is #47BD8D. Grayscale: #6A6A6A. Windows color (decimal): -4701582 or 7488184. OLE color: 7488184.
HSL color Cylindrical-coordinate representation of color #B84272: hue angle of 335.59º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84272 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 66 | 114 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.28 |
| HSL | 335.59º | 0.47% | 0.49% | - |
| HSV(B) | 335.59º | 0.64% | 0.72% | - |
| XYZ | 24.75 | 15.3 | 17.57 | - |
| YUV | 106.75 | 132.09 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 66 | 114 | 0 | 0.64 | 0.38 | 0.28 | 335.59 | 0.47 | 0.49 |
| Hex | B8 | 42 | 72 | 0 | 40 | 26 | 1C | 150 | 2F | 31 |
| Octal | 270 | 102 | 162 | 0 | 100 | 46 | 34 | 520 | 57 | 61 |
| Binary | 10111000 | 1000010 | 1110010 | 0 | 1000000 | 100110 | 11100 | 101010000 | 101111 | 110001 |
Color Harmonies of #B84272
Complementary color
Monochromatic Colors of #B84272
Black with #B84272
Text Example
Text Example
White with #B84272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84272; }
p { color: rgb(184,66,114); }
H1.HeaderClassName
{
color: #B84272;
}
.AnyTagClassName
{
color: #B84272;
}
</style>
background-color css
<style>
a { background-color: #B84272; }
a { background-color: rgb(184,66,114); }
div.DivClassName
{
background-color: #B84272;
}
.BgClassName
{
background-color: #B84272;
}
</style>
border-color css
<style>
span { border-color: #B84272; }
span { border-color: rgb(184,66,114); }
td.TdClassName
{
border-color: #B84272;
}
.TagClassName
{
border-color: #B84272;
}
</style>