Shades of Royal Heath #B04E70
Tints of Royal Heath #B04E70
RGB
CMYK
RGB Variations
Color information
#B04E70 (or 0xB04E70) is known color: Royal Heath. HEX triplet: B0, 4E and 70. RGB value is (176,78,112). Sum of RGB (Red+Green+Blue) = 176+78+112=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E70 is #4FB18F. Grayscale: #6F6F6F. Windows color (decimal): -5222800 or 7360176. OLE color: 7360176.
HSL color Cylindrical-coordinate representation of color #B04E70: hue angle of 339.18º 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 #B04E70 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 78 | 112 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.31 |
| HSL | 339.18º | 0.39% | 0.5% | - |
| HSV(B) | 339.18º | 0.56% | 0.69% | - |
| XYZ | 23.55 | 15.85 | 17.15 | - |
| YUV | 111.18 | 128.47 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 112 | 0 | 0.56 | 0.36 | 0.31 | 339.18 | 0.39 | 0.5 |
| Hex | B0 | 4E | 70 | 0 | 38 | 24 | 1F | 153 | 27 | 32 |
| Octal | 260 | 116 | 160 | 0 | 70 | 44 | 37 | 523 | 47 | 62 |
| Binary | 10110000 | 1001110 | 1110000 | 0 | 111000 | 100100 | 11111 | 101010011 | 100111 | 110010 |
Color Harmonies of #B04E70
Complementary color
Monochromatic Colors of #B04E70
Black with #B04E70
Text Example
Text Example
White with #B04E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04E70; }
p { color: rgb(176,78,112); }
H1.HeaderClassName
{
color: #B04E70;
}
.AnyTagClassName
{
color: #B04E70;
}
</style>
background-color css
<style>
a { background-color: #B04E70; }
a { background-color: rgb(176,78,112); }
div.DivClassName
{
background-color: #B04E70;
}
.BgClassName
{
background-color: #B04E70;
}
</style>
border-color css
<style>
span { border-color: #B04E70; }
span { border-color: rgb(176,78,112); }
td.TdClassName
{
border-color: #B04E70;
}
.TagClassName
{
border-color: #B04E70;
}
</style>