Shades of Royal Heath #B54975
Tints of Royal Heath #B54975
RGB
CMYK
RGB Variations
Color information
#B54975 (or 0xB54975) is known color: Royal Heath. HEX triplet: B5, 49 and 75. RGB value is (181,73,117). Sum of RGB (Red+Green+Blue) = 181+73+117=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B54975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54975 is #4AB68A. Grayscale: #6E6E6E. Windows color (decimal): -4896395 or 7686581. OLE color: 7686581.
HSL color Cylindrical-coordinate representation of color #B54975: hue angle of 335.56º 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 #B54975 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 117 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.29 |
| HSL | 335.56º | 0.43% | 0.5% | - |
| HSV(B) | 335.56º | 0.6% | 0.71% | - |
| XYZ | 24.65 | 15.87 | 18.59 | - |
| YUV | 110.31 | 131.78 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 117 | 0 | 0.60 | 0.35 | 0.29 | 335.56 | 0.43 | 0.5 |
| Hex | B5 | 49 | 75 | 0 | 3C | 23 | 1D | 150 | 2B | 32 |
| Octal | 265 | 111 | 165 | 0 | 74 | 43 | 35 | 520 | 53 | 62 |
| Binary | 10110101 | 1001001 | 1110101 | 0 | 111100 | 100011 | 11101 | 101010000 | 101011 | 110010 |
Color Harmonies of #B54975
Complementary color
Monochromatic Colors of #B54975
Black with #B54975
Text Example
Text Example
White with #B54975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54975; }
p { color: rgb(181,73,117); }
H1.HeaderClassName
{
color: #B54975;
}
.AnyTagClassName
{
color: #B54975;
}
</style>
background-color css
<style>
a { background-color: #B54975; }
a { background-color: rgb(181,73,117); }
div.DivClassName
{
background-color: #B54975;
}
.BgClassName
{
background-color: #B54975;
}
</style>
border-color css
<style>
span { border-color: #B54975; }
span { border-color: rgb(181,73,117); }
td.TdClassName
{
border-color: #B54975;
}
.TagClassName
{
border-color: #B54975;
}
</style>