Shades of Royal Heath #B04470
Tints of Royal Heath #B04470
RGB
CMYK
RGB Variations
Color information
#B04470 (or 0xB04470) is known color: Royal Heath. HEX triplet: B0, 44 and 70. RGB value is (176,68,112). Sum of RGB (Red+Green+Blue) = 176+68+112=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B04470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04470 is #4FBB8F. Grayscale: #696969. Windows color (decimal): -5225360 or 7357616. OLE color: 7357616.
HSL color Cylindrical-coordinate representation of color #B04470: hue angle of 335.56º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04470 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 112 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.31 |
| HSL | 335.56º | 0.44% | 0.48% | - |
| HSV(B) | 335.56º | 0.61% | 0.69% | - |
| XYZ | 22.9 | 14.53 | 16.93 | - |
| YUV | 105.31 | 131.78 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 112 | 0 | 0.61 | 0.36 | 0.31 | 335.56 | 0.44 | 0.48 |
| Hex | B0 | 44 | 70 | 0 | 3D | 24 | 1F | 150 | 2C | 30 |
| Octal | 260 | 104 | 160 | 0 | 75 | 44 | 37 | 520 | 54 | 60 |
| Binary | 10110000 | 1000100 | 1110000 | 0 | 111101 | 100100 | 11111 | 101010000 | 101100 | 110000 |
Color Harmonies of #B04470
Complementary color
Monochromatic Colors of #B04470
Black with #B04470
Text Example
Text Example
White with #B04470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04470; }
p { color: rgb(176,68,112); }
H1.HeaderClassName
{
color: #B04470;
}
.AnyTagClassName
{
color: #B04470;
}
</style>
background-color css
<style>
a { background-color: #B04470; }
a { background-color: rgb(176,68,112); }
div.DivClassName
{
background-color: #B04470;
}
.BgClassName
{
background-color: #B04470;
}
</style>
border-color css
<style>
span { border-color: #B04470; }
span { border-color: rgb(176,68,112); }
td.TdClassName
{
border-color: #B04470;
}
.TagClassName
{
border-color: #B04470;
}
</style>