Shades of Royal Heath #B55173
Tints of Royal Heath #B55173
RGB
CMYK
RGB Variations
Color information
#B55173 (or 0xB55173) is known color: Royal Heath. HEX triplet: B5, 51 and 73. RGB value is (181,81,115). Sum of RGB (Red+Green+Blue) = 181+81+115=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B55173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55173 is #4AAE8C. Grayscale: #727272. Windows color (decimal): -4894349 or 7557557. OLE color: 7557557.
HSL color Cylindrical-coordinate representation of color #B55173: hue angle of 339.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55173 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 115 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.29 |
| HSL | 339.6º | 0.4% | 0.51% | - |
| HSV(B) | 339.6º | 0.55% | 0.71% | - |
| XYZ | 25.09 | 16.95 | 18.17 | - |
| YUV | 114.78 | 128.13 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 115 | 0 | 0.55 | 0.36 | 0.29 | 339.6 | 0.4 | 0.51 |
| Hex | B5 | 51 | 73 | 0 | 37 | 24 | 1D | 154 | 28 | 33 |
| Octal | 265 | 121 | 163 | 0 | 67 | 44 | 35 | 524 | 50 | 63 |
| Binary | 10110101 | 1010001 | 1110011 | 0 | 110111 | 100100 | 11101 | 101010100 | 101000 | 110011 |
Color Harmonies of #B55173
Complementary color
Monochromatic Colors of #B55173
Black with #B55173
Text Example
Text Example
White with #B55173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55173; }
p { color: rgb(181,81,115); }
H1.HeaderClassName
{
color: #B55173;
}
.AnyTagClassName
{
color: #B55173;
}
</style>
background-color css
<style>
a { background-color: #B55173; }
a { background-color: rgb(181,81,115); }
div.DivClassName
{
background-color: #B55173;
}
.BgClassName
{
background-color: #B55173;
}
</style>
border-color css
<style>
span { border-color: #B55173; }
span { border-color: rgb(181,81,115); }
td.TdClassName
{
border-color: #B55173;
}
.TagClassName
{
border-color: #B55173;
}
</style>