Shades of Royal Heath #B15180
Tints of Royal Heath #B15180
RGB
CMYK
RGB Variations
Color information
#B15180 (or 0xB15180) is known color: Royal Heath. HEX triplet: B1, 51 and 80. RGB value is (177,81,128). Sum of RGB (Red+Green+Blue) = 177+81+128=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B15180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15180 is #4EAE7F. Grayscale: #727272. Windows color (decimal): -5156480 or 8409521. OLE color: 8409521.
HSL color Cylindrical-coordinate representation of color #B15180: hue angle of 330.62º 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 #B15180 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 81 | 128 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.31 |
| HSL | 330.63º | 0.38% | 0.51% | - |
| HSV(B) | 330.63º | 0.54% | 0.69% | - |
| XYZ | 24.97 | 16.79 | 22.35 | - |
| YUV | 115.06 | 135.3 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 128 | 0 | 0.54 | 0.28 | 0.31 | 330.63 | 0.38 | 0.51 |
| Hex | B1 | 51 | 80 | 0 | 36 | 1C | 1F | 14B | 26 | 33 |
| Octal | 261 | 121 | 200 | 0 | 66 | 34 | 37 | 513 | 46 | 63 |
| Binary | 10110001 | 1010001 | 10000000 | 0 | 110110 | 11100 | 11111 | 101001011 | 100110 | 110011 |
Color Harmonies of #B15180
Complementary color
Monochromatic Colors of #B15180
Black with #B15180
Text Example
Text Example
White with #B15180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15180; }
p { color: rgb(177,81,128); }
H1.HeaderClassName
{
color: #B15180;
}
.AnyTagClassName
{
color: #B15180;
}
</style>
background-color css
<style>
a { background-color: #B15180; }
a { background-color: rgb(177,81,128); }
div.DivClassName
{
background-color: #B15180;
}
.BgClassName
{
background-color: #B15180;
}
</style>
border-color css
<style>
span { border-color: #B15180; }
span { border-color: rgb(177,81,128); }
td.TdClassName
{
border-color: #B15180;
}
.TagClassName
{
border-color: #B15180;
}
</style>