Shades of Royal Heath #B15575
Tints of Royal Heath #B15575
RGB
CMYK
RGB Variations
Color information
#B15575 (or 0xB15575) is known color: Royal Heath. HEX triplet: B1, 55 and 75. RGB value is (177,85,117). Sum of RGB (Red+Green+Blue) = 177+85+117=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B15575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15575 is #4EAA8A. Grayscale: #747474. Windows color (decimal): -5155467 or 7689649. OLE color: 7689649.
HSL color Cylindrical-coordinate representation of color #B15575: hue angle of 339.13º 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 #B15575 is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 117 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.31 |
| HSL | 339.13º | 0.37% | 0.51% | - |
| HSV(B) | 339.13º | 0.52% | 0.69% | - |
| XYZ | 24.59 | 17.13 | 18.84 | - |
| YUV | 116.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 117 | 0 | 0.52 | 0.34 | 0.31 | 339.13 | 0.37 | 0.51 |
| Hex | B1 | 55 | 75 | 0 | 34 | 22 | 1F | 153 | 25 | 33 |
| Octal | 261 | 125 | 165 | 0 | 64 | 42 | 37 | 523 | 45 | 63 |
| Binary | 10110001 | 1010101 | 1110101 | 0 | 110100 | 100010 | 11111 | 101010011 | 100101 | 110011 |
Color Harmonies of #B15575
Complementary color
Monochromatic Colors of #B15575
Black with #B15575
Text Example
Text Example
White with #B15575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15575; }
p { color: rgb(177,85,117); }
H1.HeaderClassName
{
color: #B15575;
}
.AnyTagClassName
{
color: #B15575;
}
</style>
background-color css
<style>
a { background-color: #B15575; }
a { background-color: rgb(177,85,117); }
div.DivClassName
{
background-color: #B15575;
}
.BgClassName
{
background-color: #B15575;
}
</style>
border-color css
<style>
span { border-color: #B15575; }
span { border-color: rgb(177,85,117); }
td.TdClassName
{
border-color: #B15575;
}
.TagClassName
{
border-color: #B15575;
}
</style>