Shades of Royal Heath #B84776
Tints of Royal Heath #B84776
RGB
CMYK
RGB Variations
Color information
#B84776 (or 0xB84776) is known color: Royal Heath. HEX triplet: B8, 47 and 76. RGB value is (184,71,118). Sum of RGB (Red+Green+Blue) = 184+71+118=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B84776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84776 is #47B889. Grayscale: #6E6E6E. Windows color (decimal): -4700298 or 7751608. OLE color: 7751608.
HSL color Cylindrical-coordinate representation of color #B84776: hue angle of 335.04º 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 #B84776 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 71 | 118 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.28 |
| HSL | 335.04º | 0.44% | 0.5% | - |
| HSV(B) | 335.04º | 0.61% | 0.72% | - |
| XYZ | 25.29 | 16 | 18.9 | - |
| YUV | 110.15 | 132.44 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 118 | 0 | 0.61 | 0.36 | 0.28 | 335.04 | 0.44 | 0.5 |
| Hex | B8 | 47 | 76 | 0 | 3D | 24 | 1C | 14F | 2C | 32 |
| Octal | 270 | 107 | 166 | 0 | 75 | 44 | 34 | 517 | 54 | 62 |
| Binary | 10111000 | 1000111 | 1110110 | 0 | 111101 | 100100 | 11100 | 101001111 | 101100 | 110010 |
Color Harmonies of #B84776
Complementary color
Monochromatic Colors of #B84776
Black with #B84776
Text Example
Text Example
White with #B84776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84776; }
p { color: rgb(184,71,118); }
H1.HeaderClassName
{
color: #B84776;
}
.AnyTagClassName
{
color: #B84776;
}
</style>
background-color css
<style>
a { background-color: #B84776; }
a { background-color: rgb(184,71,118); }
div.DivClassName
{
background-color: #B84776;
}
.BgClassName
{
background-color: #B84776;
}
</style>
border-color css
<style>
span { border-color: #B84776; }
span { border-color: rgb(184,71,118); }
td.TdClassName
{
border-color: #B84776;
}
.TagClassName
{
border-color: #B84776;
}
</style>