Shades of Royal Heath #B05174
Tints of Royal Heath #B05174
RGB
CMYK
RGB Variations
Color information
#B05174 (or 0xB05174) is known color: Royal Heath. HEX triplet: B0, 51 and 74. RGB value is (176,81,116). Sum of RGB (Red+Green+Blue) = 176+81+116=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B05174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05174 is #4FAE8B. Grayscale: #717171. Windows color (decimal): -5222028 or 7623088. OLE color: 7623088.
HSL color Cylindrical-coordinate representation of color #B05174: hue angle of 337.89º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05174 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 116 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.31 |
| HSL | 337.89º | 0.38% | 0.5% | - |
| HSV(B) | 337.89º | 0.54% | 0.69% | - |
| XYZ | 24 | 16.38 | 18.42 | - |
| YUV | 113.4 | 129.47 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 116 | 0 | 0.54 | 0.34 | 0.31 | 337.89 | 0.38 | 0.5 |
| Hex | B0 | 51 | 74 | 0 | 36 | 22 | 1F | 152 | 26 | 32 |
| Octal | 260 | 121 | 164 | 0 | 66 | 42 | 37 | 522 | 46 | 62 |
| Binary | 10110000 | 1010001 | 1110100 | 0 | 110110 | 100010 | 11111 | 101010010 | 100110 | 110010 |
Color Harmonies of #B05174
Complementary color
Monochromatic Colors of #B05174
Black with #B05174
Text Example
Text Example
White with #B05174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05174; }
p { color: rgb(176,81,116); }
H1.HeaderClassName
{
color: #B05174;
}
.AnyTagClassName
{
color: #B05174;
}
</style>
background-color css
<style>
a { background-color: #B05174; }
a { background-color: rgb(176,81,116); }
div.DivClassName
{
background-color: #B05174;
}
.BgClassName
{
background-color: #B05174;
}
</style>
border-color css
<style>
span { border-color: #B05174; }
span { border-color: rgb(176,81,116); }
td.TdClassName
{
border-color: #B05174;
}
.TagClassName
{
border-color: #B05174;
}
</style>