Shades of Royal Heath #B15976
Tints of Royal Heath #B15976
RGB
CMYK
RGB Variations
Color information
#B15976 (or 0xB15976) is known color: Royal Heath. HEX triplet: B1, 59 and 76. RGB value is (177,89,118). Sum of RGB (Red+Green+Blue) = 177+89+118=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B15976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15976 is #4EA689. Grayscale: #767676. Windows color (decimal): -5154442 or 7756209. OLE color: 7756209.
HSL color Cylindrical-coordinate representation of color #B15976: hue angle of 340.23º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15976 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 89 | 118 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.31 |
| HSL | 340.23º | 0.36% | 0.52% | - |
| HSV(B) | 340.23º | 0.5% | 0.69% | - |
| XYZ | 24.97 | 17.8 | 19.26 | - |
| YUV | 118.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 89 | 118 | 0 | 0.50 | 0.33 | 0.31 | 340.23 | 0.36 | 0.52 |
| Hex | B1 | 59 | 76 | 0 | 32 | 21 | 1F | 154 | 24 | 34 |
| Octal | 261 | 131 | 166 | 0 | 62 | 41 | 37 | 524 | 44 | 64 |
| Binary | 10110001 | 1011001 | 1110110 | 0 | 110010 | 100001 | 11111 | 101010100 | 100100 | 110100 |
Color Harmonies of #B15976
Complementary color
Monochromatic Colors of #B15976
Black with #B15976
Text Example
Text Example
White with #B15976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15976; }
p { color: rgb(177,89,118); }
H1.HeaderClassName
{
color: #B15976;
}
.AnyTagClassName
{
color: #B15976;
}
</style>
background-color css
<style>
a { background-color: #B15976; }
a { background-color: rgb(177,89,118); }
div.DivClassName
{
background-color: #B15976;
}
.BgClassName
{
background-color: #B15976;
}
</style>
border-color css
<style>
span { border-color: #B15976; }
span { border-color: rgb(177,89,118); }
td.TdClassName
{
border-color: #B15976;
}
.TagClassName
{
border-color: #B15976;
}
</style>