Shades of Royal Heath #B84077
Tints of Royal Heath #B84077
RGB
CMYK
RGB Variations
Color information
#B84077 (or 0xB84077) is known color: Royal Heath. HEX triplet: B8, 40 and 77. RGB value is (184,64,119). Sum of RGB (Red+Green+Blue) = 184+64+119=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B84077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84077 is #47BF88. Grayscale: #6A6A6A. Windows color (decimal): -4702089 or 7815352. OLE color: 7815352.
HSL color Cylindrical-coordinate representation of color #B84077: hue angle of 332.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 #B84077 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 119 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.28 |
| HSL | 332.5º | 0.48% | 0.49% | - |
| HSV(B) | 332.5º | 0.65% | 0.72% | - |
| XYZ | 24.93 | 15.19 | 19.07 | - |
| YUV | 106.15 | 135.26 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 119 | 0 | 0.65 | 0.35 | 0.28 | 332.5 | 0.48 | 0.49 |
| Hex | B8 | 40 | 77 | 0 | 41 | 23 | 1C | 14C | 30 | 31 |
| Octal | 270 | 100 | 167 | 0 | 101 | 43 | 34 | 514 | 60 | 61 |
| Binary | 10111000 | 1000000 | 1110111 | 0 | 1000001 | 100011 | 11100 | 101001100 | 110000 | 110001 |
Color Harmonies of #B84077
Complementary color
Monochromatic Colors of #B84077
Black with #B84077
Text Example
Text Example
White with #B84077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84077; }
p { color: rgb(184,64,119); }
H1.HeaderClassName
{
color: #B84077;
}
.AnyTagClassName
{
color: #B84077;
}
</style>
background-color css
<style>
a { background-color: #B84077; }
a { background-color: rgb(184,64,119); }
div.DivClassName
{
background-color: #B84077;
}
.BgClassName
{
background-color: #B84077;
}
</style>
border-color css
<style>
span { border-color: #B84077; }
span { border-color: rgb(184,64,119); }
td.TdClassName
{
border-color: #B84077;
}
.TagClassName
{
border-color: #B84077;
}
</style>