Shades of Royal Heath #BA5476
Tints of Royal Heath #BA5476
RGB
CMYK
RGB Variations
Color information
#BA5476 (or 0xBA5476) is known color: Royal Heath. HEX triplet: BA, 54 and 76. RGB value is (186,84,118). Sum of RGB (Red+Green+Blue) = 186+84+118=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5476 is #45AB89. Grayscale: #767676. Windows color (decimal): -4565898 or 7754938. OLE color: 7754938.
HSL color Cylindrical-coordinate representation of color #BA5476: hue angle of 340º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5476 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 118 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.27 |
| HSL | 340º | 0.43% | 0.53% | - |
| HSV(B) | 340º | 0.55% | 0.73% | - |
| XYZ | 26.69 | 18.09 | 19.22 | - |
| YUV | 118.37 | 127.79 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 118 | 0 | 0.55 | 0.37 | 0.27 | 340 | 0.43 | 0.53 |
| Hex | BA | 54 | 76 | 0 | 37 | 25 | 1B | 154 | 2A | 35 |
| Octal | 272 | 124 | 166 | 0 | 67 | 45 | 33 | 524 | 52 | 65 |
| Binary | 10111010 | 1010100 | 1110110 | 0 | 110111 | 100101 | 11011 | 101010100 | 101010 | 110101 |
Color Harmonies of #BA5476
Complementary color
Monochromatic Colors of #BA5476
Black with #BA5476
Text Example
Text Example
White with #BA5476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5476; }
p { color: rgb(186,84,118); }
H1.HeaderClassName
{
color: #BA5476;
}
.AnyTagClassName
{
color: #BA5476;
}
</style>
background-color css
<style>
a { background-color: #BA5476; }
a { background-color: rgb(186,84,118); }
div.DivClassName
{
background-color: #BA5476;
}
.BgClassName
{
background-color: #BA5476;
}
</style>
border-color css
<style>
span { border-color: #BA5476; }
span { border-color: rgb(186,84,118); }
td.TdClassName
{
border-color: #BA5476;
}
.TagClassName
{
border-color: #BA5476;
}
</style>