Shades of Royal Heath #B55D77
Tints of Royal Heath #B55D77
RGB
CMYK
RGB Variations
Color information
#B55D77 (or 0xB55D77) is known color: Royal Heath. HEX triplet: B5, 5D and 77. RGB value is (181,93,119). Sum of RGB (Red+Green+Blue) = 181+93+119=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55D77 is #4AA288. Grayscale: #7A7A7A. Windows color (decimal): -4891273 or 7822773. OLE color: 7822773.
HSL color Cylindrical-coordinate representation of color #B55D77: hue angle of 342.27º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55D77 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 93 | 119 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.29 |
| HSL | 342.27º | 0.37% | 0.54% | - |
| HSV(B) | 342.27º | 0.49% | 0.71% | - |
| XYZ | 26.3 | 18.98 | 19.73 | - |
| YUV | 122.28 | 126.15 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 93 | 119 | 0 | 0.49 | 0.34 | 0.29 | 342.27 | 0.37 | 0.54 |
| Hex | B5 | 5D | 77 | 0 | 31 | 22 | 1D | 156 | 25 | 36 |
| Octal | 265 | 135 | 167 | 0 | 61 | 42 | 35 | 526 | 45 | 66 |
| Binary | 10110101 | 1011101 | 1110111 | 0 | 110001 | 100010 | 11101 | 101010110 | 100101 | 110110 |
Color Harmonies of #B55D77
Complementary color
Monochromatic Colors of #B55D77
Black with #B55D77
Text Example
Text Example
White with #B55D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55D77; }
p { color: rgb(181,93,119); }
H1.HeaderClassName
{
color: #B55D77;
}
.AnyTagClassName
{
color: #B55D77;
}
</style>
background-color css
<style>
a { background-color: #B55D77; }
a { background-color: rgb(181,93,119); }
div.DivClassName
{
background-color: #B55D77;
}
.BgClassName
{
background-color: #B55D77;
}
</style>
border-color css
<style>
span { border-color: #B55D77; }
span { border-color: rgb(181,93,119); }
td.TdClassName
{
border-color: #B55D77;
}
.TagClassName
{
border-color: #B55D77;
}
</style>