Shades of Royal Heath #BA5778
Tints of Royal Heath #BA5778
RGB
CMYK
RGB Variations
Color information
#BA5778 (or 0xBA5778) is known color: Royal Heath. HEX triplet: BA, 57 and 78. RGB value is (186,87,120). Sum of RGB (Red+Green+Blue) = 186+87+120=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5778 is #45A887. Grayscale: #787878. Windows color (decimal): -4565128 or 7886778. OLE color: 7886778.
HSL color Cylindrical-coordinate representation of color #BA5778: hue angle of 340º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5778 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 120 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.27 |
| HSL | 340º | 0.42% | 0.54% | - |
| HSV(B) | 340º | 0.53% | 0.73% | - |
| XYZ | 27.05 | 18.61 | 19.94 | - |
| YUV | 120.36 | 127.8 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 120 | 0 | 0.53 | 0.35 | 0.27 | 340 | 0.42 | 0.54 |
| Hex | BA | 57 | 78 | 0 | 35 | 23 | 1B | 154 | 2A | 36 |
| Octal | 272 | 127 | 170 | 0 | 65 | 43 | 33 | 524 | 52 | 66 |
| Binary | 10111010 | 1010111 | 1111000 | 0 | 110101 | 100011 | 11011 | 101010100 | 101010 | 110110 |
Color Harmonies of #BA5778
Complementary color
Monochromatic Colors of #BA5778
Black with #BA5778
Text Example
Text Example
White with #BA5778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5778; }
p { color: rgb(186,87,120); }
H1.HeaderClassName
{
color: #BA5778;
}
.AnyTagClassName
{
color: #BA5778;
}
</style>
background-color css
<style>
a { background-color: #BA5778; }
a { background-color: rgb(186,87,120); }
div.DivClassName
{
background-color: #BA5778;
}
.BgClassName
{
background-color: #BA5778;
}
</style>
border-color css
<style>
span { border-color: #BA5778; }
span { border-color: rgb(186,87,120); }
td.TdClassName
{
border-color: #BA5778;
}
.TagClassName
{
border-color: #BA5778;
}
</style>