Shades of Royal Heath #B55572
Tints of Royal Heath #B55572
RGB
CMYK
RGB Variations
Color information
#B55572 (or 0xB55572) is known color: Royal Heath. HEX triplet: B5, 55 and 72. RGB value is (181,85,114). Sum of RGB (Red+Green+Blue) = 181+85+114=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B55572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55572 is #4AAA8D. Grayscale: #747474. Windows color (decimal): -4893326 or 7493045. OLE color: 7493045.
HSL color Cylindrical-coordinate representation of color #B55572: hue angle of 341.88º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B55572 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 85 | 114 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.29 |
| HSL | 341.88º | 0.39% | 0.52% | - |
| HSV(B) | 341.88º | 0.53% | 0.71% | - |
| XYZ | 25.34 | 17.54 | 17.97 | - |
| YUV | 117.01 | 126.3 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 114 | 0 | 0.53 | 0.37 | 0.29 | 341.88 | 0.39 | 0.52 |
| Hex | B5 | 55 | 72 | 0 | 35 | 25 | 1D | 156 | 27 | 34 |
| Octal | 265 | 125 | 162 | 0 | 65 | 45 | 35 | 526 | 47 | 64 |
| Binary | 10110101 | 1010101 | 1110010 | 0 | 110101 | 100101 | 11101 | 101010110 | 100111 | 110100 |
Color Harmonies of #B55572
Complementary color
Monochromatic Colors of #B55572
Black with #B55572
Text Example
Text Example
White with #B55572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55572; }
p { color: rgb(181,85,114); }
H1.HeaderClassName
{
color: #B55572;
}
.AnyTagClassName
{
color: #B55572;
}
</style>
background-color css
<style>
a { background-color: #B55572; }
a { background-color: rgb(181,85,114); }
div.DivClassName
{
background-color: #B55572;
}
.BgClassName
{
background-color: #B55572;
}
</style>
border-color css
<style>
span { border-color: #B55572; }
span { border-color: rgb(181,85,114); }
td.TdClassName
{
border-color: #B55572;
}
.TagClassName
{
border-color: #B55572;
}
</style>