Shades of Royal Heath #B84976
Tints of Royal Heath #B84976
RGB
CMYK
RGB Variations
Color information
#B84976 (or 0xB84976) is known color: Royal Heath. HEX triplet: B8, 49 and 76. RGB value is (184,73,118). Sum of RGB (Red+Green+Blue) = 184+73+118=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B84976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84976 is #47B689. Grayscale: #6F6F6F. Windows color (decimal): -4699786 or 7752120. OLE color: 7752120.
HSL color Cylindrical-coordinate representation of color #B84976: hue angle of 335.68º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84976 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 118 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.28 |
| HSL | 335.68º | 0.44% | 0.5% | - |
| HSV(B) | 335.68º | 0.6% | 0.72% | - |
| XYZ | 25.42 | 16.26 | 18.94 | - |
| YUV | 111.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 118 | 0 | 0.60 | 0.36 | 0.28 | 335.68 | 0.44 | 0.5 |
| Hex | B8 | 49 | 76 | 0 | 3C | 24 | 1C | 150 | 2C | 32 |
| Octal | 270 | 111 | 166 | 0 | 74 | 44 | 34 | 520 | 54 | 62 |
| Binary | 10111000 | 1001001 | 1110110 | 0 | 111100 | 100100 | 11100 | 101010000 | 101100 | 110010 |
Color Harmonies of #B84976
Complementary color
Monochromatic Colors of #B84976
Black with #B84976
Text Example
Text Example
White with #B84976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84976; }
p { color: rgb(184,73,118); }
H1.HeaderClassName
{
color: #B84976;
}
.AnyTagClassName
{
color: #B84976;
}
</style>
background-color css
<style>
a { background-color: #B84976; }
a { background-color: rgb(184,73,118); }
div.DivClassName
{
background-color: #B84976;
}
.BgClassName
{
background-color: #B84976;
}
</style>
border-color css
<style>
span { border-color: #B84976; }
span { border-color: rgb(184,73,118); }
td.TdClassName
{
border-color: #B84976;
}
.TagClassName
{
border-color: #B84976;
}
</style>