Shades of Royal Heath #B04870
Tints of Royal Heath #B04870
RGB
CMYK
RGB Variations
Color information
#B04870 (or 0xB04870) is known color: Royal Heath. HEX triplet: B0, 48 and 70. RGB value is (176,72,112). Sum of RGB (Red+Green+Blue) = 176+72+112=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B04870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04870 is #4FB78F. Grayscale: #6B6B6B. Windows color (decimal): -5224336 or 7358640. OLE color: 7358640.
HSL color Cylindrical-coordinate representation of color #B04870: hue angle of 336.92º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04870 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 112 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.31 |
| HSL | 336.92º | 0.42% | 0.49% | - |
| HSV(B) | 336.92º | 0.59% | 0.69% | - |
| XYZ | 23.15 | 15.03 | 17.01 | - |
| YUV | 107.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 112 | 0 | 0.59 | 0.36 | 0.31 | 336.92 | 0.42 | 0.49 |
| Hex | B0 | 48 | 70 | 0 | 3B | 24 | 1F | 151 | 2A | 31 |
| Octal | 260 | 110 | 160 | 0 | 73 | 44 | 37 | 521 | 52 | 61 |
| Binary | 10110000 | 1001000 | 1110000 | 0 | 111011 | 100100 | 11111 | 101010001 | 101010 | 110001 |
Color Harmonies of #B04870
Complementary color
Monochromatic Colors of #B04870
Black with #B04870
Text Example
Text Example
White with #B04870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04870; }
p { color: rgb(176,72,112); }
H1.HeaderClassName
{
color: #B04870;
}
.AnyTagClassName
{
color: #B04870;
}
</style>
background-color css
<style>
a { background-color: #B04870; }
a { background-color: rgb(176,72,112); }
div.DivClassName
{
background-color: #B04870;
}
.BgClassName
{
background-color: #B04870;
}
</style>
border-color css
<style>
span { border-color: #B04870; }
span { border-color: rgb(176,72,112); }
td.TdClassName
{
border-color: #B04870;
}
.TagClassName
{
border-color: #B04870;
}
</style>