Shades of Royal Heath #B54772
Tints of Royal Heath #B54772
RGB
CMYK
RGB Variations
Color information
#B54772 (or 0xB54772) is known color: Royal Heath. HEX triplet: B5, 47 and 72. RGB value is (181,71,114). Sum of RGB (Red+Green+Blue) = 181+71+114=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B54772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54772 is #4AB88D. Grayscale: #6C6C6C. Windows color (decimal): -4896910 or 7489461. OLE color: 7489461.
HSL color Cylindrical-coordinate representation of color #B54772: hue angle of 336.55º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54772 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 114 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.29 |
| HSL | 336.55º | 0.44% | 0.49% | - |
| HSV(B) | 336.55º | 0.61% | 0.71% | - |
| XYZ | 24.35 | 15.55 | 17.64 | - |
| YUV | 108.79 | 130.94 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 114 | 0 | 0.61 | 0.37 | 0.29 | 336.55 | 0.44 | 0.49 |
| Hex | B5 | 47 | 72 | 0 | 3D | 25 | 1D | 151 | 2C | 31 |
| Octal | 265 | 107 | 162 | 0 | 75 | 45 | 35 | 521 | 54 | 61 |
| Binary | 10110101 | 1000111 | 1110010 | 0 | 111101 | 100101 | 11101 | 101010001 | 101100 | 110001 |
Color Harmonies of #B54772
Complementary color
Monochromatic Colors of #B54772
Black with #B54772
Text Example
Text Example
White with #B54772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54772; }
p { color: rgb(181,71,114); }
H1.HeaderClassName
{
color: #B54772;
}
.AnyTagClassName
{
color: #B54772;
}
</style>
background-color css
<style>
a { background-color: #B54772; }
a { background-color: rgb(181,71,114); }
div.DivClassName
{
background-color: #B54772;
}
.BgClassName
{
background-color: #B54772;
}
</style>
border-color css
<style>
span { border-color: #B54772; }
span { border-color: rgb(181,71,114); }
td.TdClassName
{
border-color: #B54772;
}
.TagClassName
{
border-color: #B54772;
}
</style>