Shades of Royal Heath #B04E77
Tints of Royal Heath #B04E77
RGB
CMYK
RGB Variations
Color information
#B04E77 (or 0xB04E77) is known color: Royal Heath. HEX triplet: B0, 4E and 77. RGB value is (176,78,119). Sum of RGB (Red+Green+Blue) = 176+78+119=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E77 is #4FB188. Grayscale: #6F6F6F. Windows color (decimal): -5222793 or 7818928. OLE color: 7818928.
HSL color Cylindrical-coordinate representation of color #B04E77: hue angle of 334.9º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04E77 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 78 | 119 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.31 |
| HSL | 334.9º | 0.39% | 0.5% | - |
| HSV(B) | 334.9º | 0.56% | 0.69% | - |
| XYZ | 23.96 | 16.01 | 19.28 | - |
| YUV | 111.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 119 | 0 | 0.56 | 0.32 | 0.31 | 334.9 | 0.39 | 0.5 |
| Hex | B0 | 4E | 77 | 0 | 38 | 20 | 1F | 14F | 27 | 32 |
| Octal | 260 | 116 | 167 | 0 | 70 | 40 | 37 | 517 | 47 | 62 |
| Binary | 10110000 | 1001110 | 1110111 | 0 | 111000 | 100000 | 11111 | 101001111 | 100111 | 110010 |
Color Harmonies of #B04E77
Complementary color
Monochromatic Colors of #B04E77
Black with #B04E77
Text Example
Text Example
White with #B04E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04E77; }
p { color: rgb(176,78,119); }
H1.HeaderClassName
{
color: #B04E77;
}
.AnyTagClassName
{
color: #B04E77;
}
</style>
background-color css
<style>
a { background-color: #B04E77; }
a { background-color: rgb(176,78,119); }
div.DivClassName
{
background-color: #B04E77;
}
.BgClassName
{
background-color: #B04E77;
}
</style>
border-color css
<style>
span { border-color: #B04E77; }
span { border-color: rgb(176,78,119); }
td.TdClassName
{
border-color: #B04E77;
}
.TagClassName
{
border-color: #B04E77;
}
</style>