Shades of Royal Heath #B15577
Tints of Royal Heath #B15577
RGB
CMYK
RGB Variations
Color information
#B15577 (or 0xB15577) is known color: Royal Heath. HEX triplet: B1, 55 and 77. RGB value is (177,85,119). Sum of RGB (Red+Green+Blue) = 177+85+119=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B15577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15577 is #4EAA88. Grayscale: #747474. Windows color (decimal): -5155465 or 7820721. OLE color: 7820721.
HSL color Cylindrical-coordinate representation of color #B15577: hue angle of 337.83º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B15577 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 119 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.31 |
| HSL | 337.83º | 0.37% | 0.51% | - |
| HSV(B) | 337.83º | 0.52% | 0.69% | - |
| XYZ | 24.71 | 17.18 | 19.47 | - |
| YUV | 116.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 119 | 0 | 0.52 | 0.33 | 0.31 | 337.83 | 0.37 | 0.51 |
| Hex | B1 | 55 | 77 | 0 | 34 | 21 | 1F | 152 | 25 | 33 |
| Octal | 261 | 125 | 167 | 0 | 64 | 41 | 37 | 522 | 45 | 63 |
| Binary | 10110001 | 1010101 | 1110111 | 0 | 110100 | 100001 | 11111 | 101010010 | 100101 | 110011 |
Color Harmonies of #B15577
Complementary color
Monochromatic Colors of #B15577
Black with #B15577
Text Example
Text Example
White with #B15577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15577; }
p { color: rgb(177,85,119); }
H1.HeaderClassName
{
color: #B15577;
}
.AnyTagClassName
{
color: #B15577;
}
</style>
background-color css
<style>
a { background-color: #B15577; }
a { background-color: rgb(177,85,119); }
div.DivClassName
{
background-color: #B15577;
}
.BgClassName
{
background-color: #B15577;
}
</style>
border-color css
<style>
span { border-color: #B15577; }
span { border-color: rgb(177,85,119); }
td.TdClassName
{
border-color: #B15577;
}
.TagClassName
{
border-color: #B15577;
}
</style>