Shades of Royal Heath #BA5779
Tints of Royal Heath #BA5779
RGB
CMYK
RGB Variations
Color information
#BA5779 (or 0xBA5779) is known color: Royal Heath. HEX triplet: BA, 57 and 79. RGB value is (186,87,121). Sum of RGB (Red+Green+Blue) = 186+87+121=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5779 is #45A886. Grayscale: #787878. Windows color (decimal): -4565127 or 7952314. OLE color: 7952314.
HSL color Cylindrical-coordinate representation of color #BA5779: hue angle of 339.39º 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 #BA5779 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 121 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.27 |
| HSL | 339.39º | 0.42% | 0.54% | - |
| HSV(B) | 339.39º | 0.53% | 0.73% | - |
| XYZ | 27.11 | 18.64 | 20.26 | - |
| YUV | 120.48 | 128.3 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 121 | 0 | 0.53 | 0.35 | 0.27 | 339.39 | 0.42 | 0.54 |
| Hex | BA | 57 | 79 | 0 | 35 | 23 | 1B | 153 | 2A | 36 |
| Octal | 272 | 127 | 171 | 0 | 65 | 43 | 33 | 523 | 52 | 66 |
| Binary | 10111010 | 1010111 | 1111001 | 0 | 110101 | 100011 | 11011 | 101010011 | 101010 | 110110 |
Color Harmonies of #BA5779
Complementary color
Monochromatic Colors of #BA5779
Black with #BA5779
Text Example
Text Example
White with #BA5779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5779; }
p { color: rgb(186,87,121); }
H1.HeaderClassName
{
color: #BA5779;
}
.AnyTagClassName
{
color: #BA5779;
}
</style>
background-color css
<style>
a { background-color: #BA5779; }
a { background-color: rgb(186,87,121); }
div.DivClassName
{
background-color: #BA5779;
}
.BgClassName
{
background-color: #BA5779;
}
</style>
border-color css
<style>
span { border-color: #BA5779; }
span { border-color: rgb(186,87,121); }
td.TdClassName
{
border-color: #BA5779;
}
.TagClassName
{
border-color: #BA5779;
}
</style>