Shades of Royal Heath #B15176
Tints of Royal Heath #B15176
RGB
CMYK
RGB Variations
Color information
#B15176 (or 0xB15176) is known color: Royal Heath. HEX triplet: B1, 51 and 76. RGB value is (177,81,118). Sum of RGB (Red+Green+Blue) = 177+81+118=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B15176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15176 is #4EAE89. Grayscale: #717171. Windows color (decimal): -5156490 or 7754161. OLE color: 7754161.
HSL color Cylindrical-coordinate representation of color #B15176: hue angle of 336.88º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15176 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 81 | 118 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.31 |
| HSL | 336.88º | 0.38% | 0.51% | - |
| HSV(B) | 336.88º | 0.54% | 0.69% | - |
| XYZ | 24.34 | 16.54 | 19.05 | - |
| YUV | 113.92 | 130.3 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 118 | 0 | 0.54 | 0.33 | 0.31 | 336.88 | 0.38 | 0.51 |
| Hex | B1 | 51 | 76 | 0 | 36 | 21 | 1F | 151 | 26 | 33 |
| Octal | 261 | 121 | 166 | 0 | 66 | 41 | 37 | 521 | 46 | 63 |
| Binary | 10110001 | 1010001 | 1110110 | 0 | 110110 | 100001 | 11111 | 101010001 | 100110 | 110011 |
Color Harmonies of #B15176
Complementary color
Monochromatic Colors of #B15176
Black with #B15176
Text Example
Text Example
White with #B15176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15176; }
p { color: rgb(177,81,118); }
H1.HeaderClassName
{
color: #B15176;
}
.AnyTagClassName
{
color: #B15176;
}
</style>
background-color css
<style>
a { background-color: #B15176; }
a { background-color: rgb(177,81,118); }
div.DivClassName
{
background-color: #B15176;
}
.BgClassName
{
background-color: #B15176;
}
</style>
border-color css
<style>
span { border-color: #B15176; }
span { border-color: rgb(177,81,118); }
td.TdClassName
{
border-color: #B15176;
}
.TagClassName
{
border-color: #B15176;
}
</style>