Shades of Royal Heath #B04371
Tints of Royal Heath #B04371
RGB
CMYK
RGB Variations
Color information
#B04371 (or 0xB04371) is known color: Royal Heath. HEX triplet: B0, 43 and 71. RGB value is (176,67,113). Sum of RGB (Red+Green+Blue) = 176+67+113=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B04371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04371 is #4FBC8E. Grayscale: #686868. Windows color (decimal): -5225615 or 7422896. OLE color: 7422896.
HSL color Cylindrical-coordinate representation of color #B04371: hue angle of 334.68º 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 #B04371 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 113 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.31 |
| HSL | 334.68º | 0.45% | 0.48% | - |
| HSV(B) | 334.68º | 0.62% | 0.69% | - |
| XYZ | 22.89 | 14.44 | 17.2 | - |
| YUV | 104.84 | 132.61 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 113 | 0 | 0.62 | 0.36 | 0.31 | 334.68 | 0.45 | 0.48 |
| Hex | B0 | 43 | 71 | 0 | 3E | 24 | 1F | 14F | 2D | 30 |
| Octal | 260 | 103 | 161 | 0 | 76 | 44 | 37 | 517 | 55 | 60 |
| Binary | 10110000 | 1000011 | 1110001 | 0 | 111110 | 100100 | 11111 | 101001111 | 101101 | 110000 |
Color Harmonies of #B04371
Complementary color
Monochromatic Colors of #B04371
Black with #B04371
Text Example
Text Example
White with #B04371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04371; }
p { color: rgb(176,67,113); }
H1.HeaderClassName
{
color: #B04371;
}
.AnyTagClassName
{
color: #B04371;
}
</style>
background-color css
<style>
a { background-color: #B04371; }
a { background-color: rgb(176,67,113); }
div.DivClassName
{
background-color: #B04371;
}
.BgClassName
{
background-color: #B04371;
}
</style>
border-color css
<style>
span { border-color: #B04371; }
span { border-color: rgb(176,67,113); }
td.TdClassName
{
border-color: #B04371;
}
.TagClassName
{
border-color: #B04371;
}
</style>