Shades of Royal Heath #B55170
Tints of Royal Heath #B55170
RGB
CMYK
RGB Variations
Color information
#B55170 (or 0xB55170) is known color: Royal Heath. HEX triplet: B5, 51 and 70. RGB value is (181,81,112). Sum of RGB (Red+Green+Blue) = 181+81+112=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B55170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55170 is #4AAE8F. Grayscale: #727272. Windows color (decimal): -4894352 or 7360949. OLE color: 7360949.
HSL color Cylindrical-coordinate representation of color #B55170: hue angle of 341.4º 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 #B55170 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 112 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.29 |
| HSL | 341.4º | 0.4% | 0.51% | - |
| HSV(B) | 341.4º | 0.55% | 0.71% | - |
| XYZ | 24.92 | 16.88 | 17.27 | - |
| YUV | 114.43 | 126.63 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 112 | 0 | 0.55 | 0.38 | 0.29 | 341.4 | 0.4 | 0.51 |
| Hex | B5 | 51 | 70 | 0 | 37 | 26 | 1D | 155 | 28 | 33 |
| Octal | 265 | 121 | 160 | 0 | 67 | 46 | 35 | 525 | 50 | 63 |
| Binary | 10110101 | 1010001 | 1110000 | 0 | 110111 | 100110 | 11101 | 101010101 | 101000 | 110011 |
Color Harmonies of #B55170
Complementary color
Monochromatic Colors of #B55170
Black with #B55170
Text Example
Text Example
White with #B55170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55170; }
p { color: rgb(181,81,112); }
H1.HeaderClassName
{
color: #B55170;
}
.AnyTagClassName
{
color: #B55170;
}
</style>
background-color css
<style>
a { background-color: #B55170; }
a { background-color: rgb(181,81,112); }
div.DivClassName
{
background-color: #B55170;
}
.BgClassName
{
background-color: #B55170;
}
</style>
border-color css
<style>
span { border-color: #B55170; }
span { border-color: rgb(181,81,112); }
td.TdClassName
{
border-color: #B55170;
}
.TagClassName
{
border-color: #B55170;
}
</style>