Shades of Royal Heath #B54976
Tints of Royal Heath #B54976
RGB
CMYK
RGB Variations
Color information
#B54976 (or 0xB54976) is known color: Royal Heath. HEX triplet: B5, 49 and 76. RGB value is (181,73,118). Sum of RGB (Red+Green+Blue) = 181+73+118=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B54976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54976 is #4AB689. Grayscale: #6E6E6E. Windows color (decimal): -4896394 or 7752117. OLE color: 7752117.
HSL color Cylindrical-coordinate representation of color #B54976: hue angle of 335º 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 #B54976 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 118 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.29 |
| HSL | 335º | 0.43% | 0.5% | - |
| HSV(B) | 335º | 0.6% | 0.71% | - |
| XYZ | 24.71 | 15.9 | 18.91 | - |
| YUV | 110.42 | 132.28 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 118 | 0 | 0.60 | 0.35 | 0.29 | 335 | 0.43 | 0.5 |
| Hex | B5 | 49 | 76 | 0 | 3C | 23 | 1D | 14F | 2B | 32 |
| Octal | 265 | 111 | 166 | 0 | 74 | 43 | 35 | 517 | 53 | 62 |
| Binary | 10110101 | 1001001 | 1110110 | 0 | 111100 | 100011 | 11101 | 101001111 | 101011 | 110010 |
Color Harmonies of #B54976
Complementary color
Monochromatic Colors of #B54976
Black with #B54976
Text Example
Text Example
White with #B54976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54976; }
p { color: rgb(181,73,118); }
H1.HeaderClassName
{
color: #B54976;
}
.AnyTagClassName
{
color: #B54976;
}
</style>
background-color css
<style>
a { background-color: #B54976; }
a { background-color: rgb(181,73,118); }
div.DivClassName
{
background-color: #B54976;
}
.BgClassName
{
background-color: #B54976;
}
</style>
border-color css
<style>
span { border-color: #B54976; }
span { border-color: rgb(181,73,118); }
td.TdClassName
{
border-color: #B54976;
}
.TagClassName
{
border-color: #B54976;
}
</style>