Shades of Royal Heath #B04370
Tints of Royal Heath #B04370
RGB
CMYK
RGB Variations
Color information
#B04370 (or 0xB04370) is known color: Royal Heath. HEX triplet: B0, 43 and 70. RGB value is (176,67,112). Sum of RGB (Red+Green+Blue) = 176+67+112=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B04370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04370 is #4FBC8F. Grayscale: #686868. Windows color (decimal): -5225616 or 7357360. OLE color: 7357360.
HSL color Cylindrical-coordinate representation of color #B04370: hue angle of 335.23º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04370 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 112 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.31 |
| HSL | 335.23º | 0.45% | 0.48% | - |
| HSV(B) | 335.23º | 0.62% | 0.69% | - |
| XYZ | 22.84 | 14.41 | 16.91 | - |
| YUV | 104.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 112 | 0 | 0.62 | 0.36 | 0.31 | 335.23 | 0.45 | 0.48 |
| Hex | B0 | 43 | 70 | 0 | 3E | 24 | 1F | 14F | 2D | 30 |
| Octal | 260 | 103 | 160 | 0 | 76 | 44 | 37 | 517 | 55 | 60 |
| Binary | 10110000 | 1000011 | 1110000 | 0 | 111110 | 100100 | 11111 | 101001111 | 101101 | 110000 |
Color Harmonies of #B04370
Complementary color
Monochromatic Colors of #B04370
Black with #B04370
Text Example
Text Example
White with #B04370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04370; }
p { color: rgb(176,67,112); }
H1.HeaderClassName
{
color: #B04370;
}
.AnyTagClassName
{
color: #B04370;
}
</style>
background-color css
<style>
a { background-color: #B04370; }
a { background-color: rgb(176,67,112); }
div.DivClassName
{
background-color: #B04370;
}
.BgClassName
{
background-color: #B04370;
}
</style>
border-color css
<style>
span { border-color: #B04370; }
span { border-color: rgb(176,67,112); }
td.TdClassName
{
border-color: #B04370;
}
.TagClassName
{
border-color: #B04370;
}
</style>