Shades of Royal Heath #B04170
Tints of Royal Heath #B04170
RGB
CMYK
RGB Variations
Color information
#B04170 (or 0xB04170) is known color: Royal Heath. HEX triplet: B0, 41 and 70. RGB value is (176,65,112). Sum of RGB (Red+Green+Blue) = 176+65+112=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B04170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04170 is #4FBE8F. Grayscale: #676767. Windows color (decimal): -5226128 or 7356848. OLE color: 7356848.
HSL color Cylindrical-coordinate representation of color #B04170: hue angle of 334.59º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04170 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 112 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.31 |
| HSL | 334.59º | 0.46% | 0.47% | - |
| HSV(B) | 334.59º | 0.63% | 0.69% | - |
| XYZ | 22.72 | 14.18 | 16.87 | - |
| YUV | 103.55 | 132.77 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 112 | 0 | 0.63 | 0.36 | 0.31 | 334.59 | 0.46 | 0.47 |
| Hex | B0 | 41 | 70 | 0 | 3F | 24 | 1F | 14F | 2E | 2F |
| Octal | 260 | 101 | 160 | 0 | 77 | 44 | 37 | 517 | 56 | 57 |
| Binary | 10110000 | 1000001 | 1110000 | 0 | 111111 | 100100 | 11111 | 101001111 | 101110 | 101111 |
Color Harmonies of #B04170
Complementary color
Monochromatic Colors of #B04170
Black with #B04170
Text Example
Text Example
White with #B04170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04170; }
p { color: rgb(176,65,112); }
H1.HeaderClassName
{
color: #B04170;
}
.AnyTagClassName
{
color: #B04170;
}
</style>
background-color css
<style>
a { background-color: #B04170; }
a { background-color: rgb(176,65,112); }
div.DivClassName
{
background-color: #B04170;
}
.BgClassName
{
background-color: #B04170;
}
</style>
border-color css
<style>
span { border-color: #B04170; }
span { border-color: rgb(176,65,112); }
td.TdClassName
{
border-color: #B04170;
}
.TagClassName
{
border-color: #B04170;
}
</style>