Shades of Royal Heath #B84079
Tints of Royal Heath #B84079
RGB
CMYK
RGB Variations
Color information
#B84079 (or 0xB84079) is known color: Royal Heath. HEX triplet: B8, 40 and 79. RGB value is (184,64,121). Sum of RGB (Red+Green+Blue) = 184+64+121=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B84079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84079 is #47BF86. Grayscale: #6A6A6A. Windows color (decimal): -4702087 or 7946424. OLE color: 7946424.
HSL color Cylindrical-coordinate representation of color #B84079: hue angle of 331.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84079 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 121 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.28 |
| HSL | 331.5º | 0.48% | 0.49% | - |
| HSV(B) | 331.5º | 0.65% | 0.72% | - |
| XYZ | 25.05 | 15.24 | 19.71 | - |
| YUV | 106.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 121 | 0 | 0.65 | 0.34 | 0.28 | 331.5 | 0.48 | 0.49 |
| Hex | B8 | 40 | 79 | 0 | 41 | 22 | 1C | 14C | 30 | 31 |
| Octal | 270 | 100 | 171 | 0 | 101 | 42 | 34 | 514 | 60 | 61 |
| Binary | 10111000 | 1000000 | 1111001 | 0 | 1000001 | 100010 | 11100 | 101001100 | 110000 | 110001 |
Color Harmonies of #B84079
Complementary color
Monochromatic Colors of #B84079
Black with #B84079
Text Example
Text Example
White with #B84079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84079; }
p { color: rgb(184,64,121); }
H1.HeaderClassName
{
color: #B84079;
}
.AnyTagClassName
{
color: #B84079;
}
</style>
background-color css
<style>
a { background-color: #B84079; }
a { background-color: rgb(184,64,121); }
div.DivClassName
{
background-color: #B84079;
}
.BgClassName
{
background-color: #B84079;
}
</style>
border-color css
<style>
span { border-color: #B84079; }
span { border-color: rgb(184,64,121); }
td.TdClassName
{
border-color: #B84079;
}
.TagClassName
{
border-color: #B84079;
}
</style>