Shades of Royal Heath #B04376
Tints of Royal Heath #B04376
RGB
CMYK
RGB Variations
Color information
#B04376 (or 0xB04376) is known color: Royal Heath. HEX triplet: B0, 43 and 76. RGB value is (176,67,118). Sum of RGB (Red+Green+Blue) = 176+67+118=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B04376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04376 is #4FBC89. Grayscale: #696969. Windows color (decimal): -5225610 or 7750576. OLE color: 7750576.
HSL color Cylindrical-coordinate representation of color #B04376: hue angle of 331.93º 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 #B04376 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 118 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.31 |
| HSL | 331.93º | 0.45% | 0.48% | - |
| HSV(B) | 331.93º | 0.62% | 0.69% | - |
| XYZ | 23.18 | 14.55 | 18.73 | - |
| YUV | 105.41 | 135.11 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 118 | 0 | 0.62 | 0.33 | 0.31 | 331.93 | 0.45 | 0.48 |
| Hex | B0 | 43 | 76 | 0 | 3E | 21 | 1F | 14C | 2D | 30 |
| Octal | 260 | 103 | 166 | 0 | 76 | 41 | 37 | 514 | 55 | 60 |
| Binary | 10110000 | 1000011 | 1110110 | 0 | 111110 | 100001 | 11111 | 101001100 | 101101 | 110000 |
Color Harmonies of #B04376
Complementary color
Monochromatic Colors of #B04376
Black with #B04376
Text Example
Text Example
White with #B04376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04376; }
p { color: rgb(176,67,118); }
H1.HeaderClassName
{
color: #B04376;
}
.AnyTagClassName
{
color: #B04376;
}
</style>
background-color css
<style>
a { background-color: #B04376; }
a { background-color: rgb(176,67,118); }
div.DivClassName
{
background-color: #B04376;
}
.BgClassName
{
background-color: #B04376;
}
</style>
border-color css
<style>
span { border-color: #B04376; }
span { border-color: rgb(176,67,118); }
td.TdClassName
{
border-color: #B04376;
}
.TagClassName
{
border-color: #B04376;
}
</style>