Shades of Royal Heath #B54A76
Tints of Royal Heath #B54A76
RGB
CMYK
RGB Variations
Color information
#B54A76 (or 0xB54A76) is known color: Royal Heath. HEX triplet: B5, 4A and 76. RGB value is (181,74,118). Sum of RGB (Red+Green+Blue) = 181+74+118=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54A76 is #4AB589. Grayscale: #6E6E6E. Windows color (decimal): -4896138 or 7752373. OLE color: 7752373.
HSL color Cylindrical-coordinate representation of color #B54A76: hue angle of 335.33º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54A76 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 118 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.29 |
| HSL | 335.33º | 0.42% | 0.5% | - |
| HSV(B) | 335.33º | 0.59% | 0.71% | - |
| XYZ | 24.77 | 16.03 | 18.93 | - |
| YUV | 111.01 | 131.95 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 118 | 0 | 0.59 | 0.35 | 0.29 | 335.33 | 0.42 | 0.5 |
| Hex | B5 | 4A | 76 | 0 | 3B | 23 | 1D | 14F | 2A | 32 |
| Octal | 265 | 112 | 166 | 0 | 73 | 43 | 35 | 517 | 52 | 62 |
| Binary | 10110101 | 1001010 | 1110110 | 0 | 111011 | 100011 | 11101 | 101001111 | 101010 | 110010 |
Color Harmonies of #B54A76
Complementary color
Monochromatic Colors of #B54A76
Black with #B54A76
Text Example
Text Example
White with #B54A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A76; }
p { color: rgb(181,74,118); }
H1.HeaderClassName
{
color: #B54A76;
}
.AnyTagClassName
{
color: #B54A76;
}
</style>
background-color css
<style>
a { background-color: #B54A76; }
a { background-color: rgb(181,74,118); }
div.DivClassName
{
background-color: #B54A76;
}
.BgClassName
{
background-color: #B54A76;
}
</style>
border-color css
<style>
span { border-color: #B54A76; }
span { border-color: rgb(181,74,118); }
td.TdClassName
{
border-color: #B54A76;
}
.TagClassName
{
border-color: #B54A76;
}
</style>