Shades of Royal Heath #B05172
Tints of Royal Heath #B05172
RGB
CMYK
RGB Variations
Color information
#B05172 (or 0xB05172) is known color: Royal Heath. HEX triplet: B0, 51 and 72. RGB value is (176,81,114). Sum of RGB (Red+Green+Blue) = 176+81+114=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B05172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05172 is #4FAE8D. Grayscale: #717171. Windows color (decimal): -5222030 or 7492016. OLE color: 7492016.
HSL color Cylindrical-coordinate representation of color #B05172: hue angle of 339.16º 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 #B05172 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 114 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.31 |
| HSL | 339.16º | 0.38% | 0.5% | - |
| HSV(B) | 339.16º | 0.54% | 0.69% | - |
| XYZ | 23.88 | 16.33 | 17.81 | - |
| YUV | 113.17 | 128.47 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 114 | 0 | 0.54 | 0.35 | 0.31 | 339.16 | 0.38 | 0.5 |
| Hex | B0 | 51 | 72 | 0 | 36 | 23 | 1F | 153 | 26 | 32 |
| Octal | 260 | 121 | 162 | 0 | 66 | 43 | 37 | 523 | 46 | 62 |
| Binary | 10110000 | 1010001 | 1110010 | 0 | 110110 | 100011 | 11111 | 101010011 | 100110 | 110010 |
Color Harmonies of #B05172
Complementary color
Monochromatic Colors of #B05172
Black with #B05172
Text Example
Text Example
White with #B05172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05172; }
p { color: rgb(176,81,114); }
H1.HeaderClassName
{
color: #B05172;
}
.AnyTagClassName
{
color: #B05172;
}
</style>
background-color css
<style>
a { background-color: #B05172; }
a { background-color: rgb(176,81,114); }
div.DivClassName
{
background-color: #B05172;
}
.BgClassName
{
background-color: #B05172;
}
</style>
border-color css
<style>
span { border-color: #B05172; }
span { border-color: rgb(176,81,114); }
td.TdClassName
{
border-color: #B05172;
}
.TagClassName
{
border-color: #B05172;
}
</style>