Shades of Royal Heath #BA5477
Tints of Royal Heath #BA5477
RGB
CMYK
RGB Variations
Color information
#BA5477 (or 0xBA5477) is known color: Royal Heath. HEX triplet: BA, 54 and 77. RGB value is (186,84,119). Sum of RGB (Red+Green+Blue) = 186+84+119=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5477 is #45AB88. Grayscale: #767676. Windows color (decimal): -4565897 or 7820474. OLE color: 7820474.
HSL color Cylindrical-coordinate representation of color #BA5477: hue angle of 339.41º 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 #BA5477 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 84 | 119 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.27 |
| HSL | 339.41º | 0.43% | 0.53% | - |
| HSV(B) | 339.41º | 0.55% | 0.73% | - |
| XYZ | 26.75 | 18.11 | 19.54 | - |
| YUV | 118.49 | 128.29 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 119 | 0 | 0.55 | 0.36 | 0.27 | 339.41 | 0.43 | 0.53 |
| Hex | BA | 54 | 77 | 0 | 37 | 24 | 1B | 153 | 2A | 35 |
| Octal | 272 | 124 | 167 | 0 | 67 | 44 | 33 | 523 | 52 | 65 |
| Binary | 10111010 | 1010100 | 1110111 | 0 | 110111 | 100100 | 11011 | 101010011 | 101010 | 110101 |
Color Harmonies of #BA5477
Complementary color
Monochromatic Colors of #BA5477
Black with #BA5477
Text Example
Text Example
White with #BA5477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5477; }
p { color: rgb(186,84,119); }
H1.HeaderClassName
{
color: #BA5477;
}
.AnyTagClassName
{
color: #BA5477;
}
</style>
background-color css
<style>
a { background-color: #BA5477; }
a { background-color: rgb(186,84,119); }
div.DivClassName
{
background-color: #BA5477;
}
.BgClassName
{
background-color: #BA5477;
}
</style>
border-color css
<style>
span { border-color: #BA5477; }
span { border-color: rgb(186,84,119); }
td.TdClassName
{
border-color: #BA5477;
}
.TagClassName
{
border-color: #BA5477;
}
</style>