Shades of Royal Heath #B05376
Tints of Royal Heath #B05376
RGB
CMYK
RGB Variations
Color information
#B05376 (or 0xB05376) is known color: Royal Heath. HEX triplet: B0, 53 and 76. RGB value is (176,83,118). Sum of RGB (Red+Green+Blue) = 176+83+118=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B05376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05376 is #4FAC89. Grayscale: #727272. Windows color (decimal): -5221514 or 7754672. OLE color: 7754672.
HSL color Cylindrical-coordinate representation of color #B05376: hue angle of 337.42º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05376 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 118 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.31 |
| HSL | 337.42º | 0.37% | 0.51% | - |
| HSV(B) | 337.42º | 0.53% | 0.69% | - |
| XYZ | 24.27 | 16.72 | 19.09 | - |
| YUV | 114.8 | 129.81 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 118 | 0 | 0.53 | 0.33 | 0.31 | 337.42 | 0.37 | 0.51 |
| Hex | B0 | 53 | 76 | 0 | 35 | 21 | 1F | 151 | 25 | 33 |
| Octal | 260 | 123 | 166 | 0 | 65 | 41 | 37 | 521 | 45 | 63 |
| Binary | 10110000 | 1010011 | 1110110 | 0 | 110101 | 100001 | 11111 | 101010001 | 100101 | 110011 |
Color Harmonies of #B05376
Complementary color
Monochromatic Colors of #B05376
Black with #B05376
Text Example
Text Example
White with #B05376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05376; }
p { color: rgb(176,83,118); }
H1.HeaderClassName
{
color: #B05376;
}
.AnyTagClassName
{
color: #B05376;
}
</style>
background-color css
<style>
a { background-color: #B05376; }
a { background-color: rgb(176,83,118); }
div.DivClassName
{
background-color: #B05376;
}
.BgClassName
{
background-color: #B05376;
}
</style>
border-color css
<style>
span { border-color: #B05376; }
span { border-color: rgb(176,83,118); }
td.TdClassName
{
border-color: #B05376;
}
.TagClassName
{
border-color: #B05376;
}
</style>