Shades of Royal Heath #B55072
Tints of Royal Heath #B55072
RGB
CMYK
RGB Variations
Color information
#B55072 (or 0xB55072) is known color: Royal Heath. HEX triplet: B5, 50 and 72. RGB value is (181,80,114). Sum of RGB (Red+Green+Blue) = 181+80+114=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B55072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55072 is #4AAF8D. Grayscale: #727272. Windows color (decimal): -4894606 or 7491765. OLE color: 7491765.
HSL color Cylindrical-coordinate representation of color #B55072: hue angle of 339.8º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B55072 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 80 | 114 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.29 |
| HSL | 339.8º | 0.41% | 0.51% | - |
| HSV(B) | 339.8º | 0.56% | 0.71% | - |
| XYZ | 24.96 | 16.78 | 17.84 | - |
| YUV | 114.08 | 127.96 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 80 | 114 | 0 | 0.56 | 0.37 | 0.29 | 339.8 | 0.41 | 0.51 |
| Hex | B5 | 50 | 72 | 0 | 38 | 25 | 1D | 154 | 29 | 33 |
| Octal | 265 | 120 | 162 | 0 | 70 | 45 | 35 | 524 | 51 | 63 |
| Binary | 10110101 | 1010000 | 1110010 | 0 | 111000 | 100101 | 11101 | 101010100 | 101001 | 110011 |
Color Harmonies of #B55072
Complementary color
Monochromatic Colors of #B55072
Black with #B55072
Text Example
Text Example
White with #B55072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55072; }
p { color: rgb(181,80,114); }
H1.HeaderClassName
{
color: #B55072;
}
.AnyTagClassName
{
color: #B55072;
}
</style>
background-color css
<style>
a { background-color: #B55072; }
a { background-color: rgb(181,80,114); }
div.DivClassName
{
background-color: #B55072;
}
.BgClassName
{
background-color: #B55072;
}
</style>
border-color css
<style>
span { border-color: #B55072; }
span { border-color: rgb(181,80,114); }
td.TdClassName
{
border-color: #B55072;
}
.TagClassName
{
border-color: #B55072;
}
</style>