Shades of Royal Heath #B55976
Tints of Royal Heath #B55976
RGB
CMYK
RGB Variations
Color information
#B55976 (or 0xB55976) is known color: Royal Heath. HEX triplet: B5, 59 and 76. RGB value is (181,89,118). Sum of RGB (Red+Green+Blue) = 181+89+118=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B55976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55976 is #4AA689. Grayscale: #777777. Windows color (decimal): -4892298 or 7756213. OLE color: 7756213.
HSL color Cylindrical-coordinate representation of color #B55976: hue angle of 341.09º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B55976 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 118 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.29 |
| HSL | 341.09º | 0.38% | 0.53% | - |
| HSV(B) | 341.09º | 0.51% | 0.71% | - |
| XYZ | 25.9 | 18.28 | 19.3 | - |
| YUV | 119.81 | 126.98 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 118 | 0 | 0.51 | 0.35 | 0.29 | 341.09 | 0.38 | 0.53 |
| Hex | B5 | 59 | 76 | 0 | 33 | 23 | 1D | 155 | 26 | 35 |
| Octal | 265 | 131 | 166 | 0 | 63 | 43 | 35 | 525 | 46 | 65 |
| Binary | 10110101 | 1011001 | 1110110 | 0 | 110011 | 100011 | 11101 | 101010101 | 100110 | 110101 |
Color Harmonies of #B55976
Complementary color
Monochromatic Colors of #B55976
Black with #B55976
Text Example
Text Example
White with #B55976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55976; }
p { color: rgb(181,89,118); }
H1.HeaderClassName
{
color: #B55976;
}
.AnyTagClassName
{
color: #B55976;
}
</style>
background-color css
<style>
a { background-color: #B55976; }
a { background-color: rgb(181,89,118); }
div.DivClassName
{
background-color: #B55976;
}
.BgClassName
{
background-color: #B55976;
}
</style>
border-color css
<style>
span { border-color: #B55976; }
span { border-color: rgb(181,89,118); }
td.TdClassName
{
border-color: #B55976;
}
.TagClassName
{
border-color: #B55976;
}
</style>