Shades of Royal Heath #B04E72
Tints of Royal Heath #B04E72
RGB
CMYK
RGB Variations
Color information
#B04E72 (or 0xB04E72) is known color: Royal Heath. HEX triplet: B0, 4E and 72. RGB value is (176,78,114). Sum of RGB (Red+Green+Blue) = 176+78+114=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E72 is #4FB18D. Grayscale: #6F6F6F. Windows color (decimal): -5222798 or 7491248. OLE color: 7491248.
HSL color Cylindrical-coordinate representation of color #B04E72: hue angle of 337.96º 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 #B04E72 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 78 | 114 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.31 |
| HSL | 337.96º | 0.39% | 0.5% | - |
| HSV(B) | 337.96º | 0.56% | 0.69% | - |
| XYZ | 23.67 | 15.89 | 17.74 | - |
| YUV | 111.41 | 129.47 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 114 | 0 | 0.56 | 0.35 | 0.31 | 337.96 | 0.39 | 0.5 |
| Hex | B0 | 4E | 72 | 0 | 38 | 23 | 1F | 152 | 27 | 32 |
| Octal | 260 | 116 | 162 | 0 | 70 | 43 | 37 | 522 | 47 | 62 |
| Binary | 10110000 | 1001110 | 1110010 | 0 | 111000 | 100011 | 11111 | 101010010 | 100111 | 110010 |
Color Harmonies of #B04E72
Complementary color
Monochromatic Colors of #B04E72
Black with #B04E72
Text Example
Text Example
White with #B04E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04E72; }
p { color: rgb(176,78,114); }
H1.HeaderClassName
{
color: #B04E72;
}
.AnyTagClassName
{
color: #B04E72;
}
</style>
background-color css
<style>
a { background-color: #B04E72; }
a { background-color: rgb(176,78,114); }
div.DivClassName
{
background-color: #B04E72;
}
.BgClassName
{
background-color: #B04E72;
}
</style>
border-color css
<style>
span { border-color: #B04E72; }
span { border-color: rgb(176,78,114); }
td.TdClassName
{
border-color: #B04E72;
}
.TagClassName
{
border-color: #B04E72;
}
</style>