Shades of Royal Heath #B54973
Tints of Royal Heath #B54973
RGB
CMYK
RGB Variations
Color information
#B54973 (or 0xB54973) is known color: Royal Heath. HEX triplet: B5, 49 and 73. RGB value is (181,73,115). Sum of RGB (Red+Green+Blue) = 181+73+115=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B54973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54973 is #4AB68C. Grayscale: #6E6E6E. Windows color (decimal): -4896397 or 7555509. OLE color: 7555509.
HSL color Cylindrical-coordinate representation of color #B54973: hue angle of 336.67º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54973 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 115 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.29 |
| HSL | 336.67º | 0.43% | 0.5% | - |
| HSV(B) | 336.67º | 0.6% | 0.71% | - |
| XYZ | 24.53 | 15.83 | 17.98 | - |
| YUV | 110.08 | 130.78 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 115 | 0 | 0.60 | 0.36 | 0.29 | 336.67 | 0.43 | 0.5 |
| Hex | B5 | 49 | 73 | 0 | 3C | 24 | 1D | 151 | 2B | 32 |
| Octal | 265 | 111 | 163 | 0 | 74 | 44 | 35 | 521 | 53 | 62 |
| Binary | 10110101 | 1001001 | 1110011 | 0 | 111100 | 100100 | 11101 | 101010001 | 101011 | 110010 |
Color Harmonies of #B54973
Complementary color
Monochromatic Colors of #B54973
Black with #B54973
Text Example
Text Example
White with #B54973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54973; }
p { color: rgb(181,73,115); }
H1.HeaderClassName
{
color: #B54973;
}
.AnyTagClassName
{
color: #B54973;
}
</style>
background-color css
<style>
a { background-color: #B54973; }
a { background-color: rgb(181,73,115); }
div.DivClassName
{
background-color: #B54973;
}
.BgClassName
{
background-color: #B54973;
}
</style>
border-color css
<style>
span { border-color: #B54973; }
span { border-color: rgb(181,73,115); }
td.TdClassName
{
border-color: #B54973;
}
.TagClassName
{
border-color: #B54973;
}
</style>