Shades of Royal Heath #B54874
Tints of Royal Heath #B54874
RGB
CMYK
RGB Variations
Color information
#B54874 (or 0xB54874) is known color: Royal Heath. HEX triplet: B5, 48 and 74. RGB value is (181,72,116). Sum of RGB (Red+Green+Blue) = 181+72+116=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B54874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54874 is #4AB78B. Grayscale: #6D6D6D. Windows color (decimal): -4896652 or 7620789. OLE color: 7620789.
HSL color Cylindrical-coordinate representation of color #B54874: hue angle of 335.78º 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 #B54874 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 116 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.29 |
| HSL | 335.78º | 0.43% | 0.5% | - |
| HSV(B) | 335.78º | 0.6% | 0.71% | - |
| XYZ | 24.53 | 15.72 | 18.26 | - |
| YUV | 109.61 | 131.61 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 116 | 0 | 0.60 | 0.36 | 0.29 | 335.78 | 0.43 | 0.5 |
| Hex | B5 | 48 | 74 | 0 | 3C | 24 | 1D | 150 | 2B | 32 |
| Octal | 265 | 110 | 164 | 0 | 74 | 44 | 35 | 520 | 53 | 62 |
| Binary | 10110101 | 1001000 | 1110100 | 0 | 111100 | 100100 | 11101 | 101010000 | 101011 | 110010 |
Color Harmonies of #B54874
Complementary color
Monochromatic Colors of #B54874
Black with #B54874
Text Example
Text Example
White with #B54874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54874; }
p { color: rgb(181,72,116); }
H1.HeaderClassName
{
color: #B54874;
}
.AnyTagClassName
{
color: #B54874;
}
</style>
background-color css
<style>
a { background-color: #B54874; }
a { background-color: rgb(181,72,116); }
div.DivClassName
{
background-color: #B54874;
}
.BgClassName
{
background-color: #B54874;
}
</style>
border-color css
<style>
span { border-color: #B54874; }
span { border-color: rgb(181,72,116); }
td.TdClassName
{
border-color: #B54874;
}
.TagClassName
{
border-color: #B54874;
}
</style>