Shades of Royal Heath #B54076
Tints of Royal Heath #B54076
RGB
CMYK
RGB Variations
Color information
#B54076 (or 0xB54076) is known color: Royal Heath. HEX triplet: B5, 40 and 76. RGB value is (181,64,118). Sum of RGB (Red+Green+Blue) = 181+64+118=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B54076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54076 is #4ABF89. Grayscale: #696969. Windows color (decimal): -4898698 or 7749813. OLE color: 7749813.
HSL color Cylindrical-coordinate representation of color #B54076: hue angle of 332.31º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B54076 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 118 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.29 |
| HSL | 332.31º | 0.48% | 0.48% | - |
| HSV(B) | 332.31º | 0.65% | 0.71% | - |
| XYZ | 24.16 | 14.8 | 18.72 | - |
| YUV | 105.14 | 135.26 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 118 | 0 | 0.65 | 0.35 | 0.29 | 332.31 | 0.48 | 0.48 |
| Hex | B5 | 40 | 76 | 0 | 41 | 23 | 1D | 14C | 30 | 30 |
| Octal | 265 | 100 | 166 | 0 | 101 | 43 | 35 | 514 | 60 | 60 |
| Binary | 10110101 | 1000000 | 1110110 | 0 | 1000001 | 100011 | 11101 | 101001100 | 110000 | 110000 |
Color Harmonies of #B54076
Complementary color
Monochromatic Colors of #B54076
Black with #B54076
Text Example
Text Example
White with #B54076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54076; }
p { color: rgb(181,64,118); }
H1.HeaderClassName
{
color: #B54076;
}
.AnyTagClassName
{
color: #B54076;
}
</style>
background-color css
<style>
a { background-color: #B54076; }
a { background-color: rgb(181,64,118); }
div.DivClassName
{
background-color: #B54076;
}
.BgClassName
{
background-color: #B54076;
}
</style>
border-color css
<style>
span { border-color: #B54076; }
span { border-color: rgb(181,64,118); }
td.TdClassName
{
border-color: #B54076;
}
.TagClassName
{
border-color: #B54076;
}
</style>