Shades of Royal Heath #BA597E
Tints of Royal Heath #BA597E
RGB
CMYK
RGB Variations
Color information
#BA597E (or 0xBA597E) is known color: Royal Heath. HEX triplet: BA, 59 and 7E. RGB value is (186,89,126). Sum of RGB (Red+Green+Blue) = 186+89+126=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA597E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA597E is #45A681. Grayscale: #7A7A7A. Windows color (decimal): -4564610 or 8280506. OLE color: 8280506.
HSL color Cylindrical-coordinate representation of color #BA597E: hue angle of 337.11º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA597E is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 126 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.27 |
| HSL | 337.11º | 0.41% | 0.54% | - |
| HSV(B) | 337.11º | 0.52% | 0.73% | - |
| XYZ | 27.59 | 19.09 | 21.97 | - |
| YUV | 122.22 | 130.14 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 126 | 0 | 0.52 | 0.32 | 0.27 | 337.11 | 0.41 | 0.54 |
| Hex | BA | 59 | 7E | 0 | 34 | 20 | 1B | 151 | 29 | 36 |
| Octal | 272 | 131 | 176 | 0 | 64 | 40 | 33 | 521 | 51 | 66 |
| Binary | 10111010 | 1011001 | 1111110 | 0 | 110100 | 100000 | 11011 | 101010001 | 101001 | 110110 |
Color Harmonies of #BA597E
Complementary color
Monochromatic Colors of #BA597E
Black with #BA597E
Text Example
Text Example
White with #BA597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA597E; }
p { color: rgb(186,89,126); }
H1.HeaderClassName
{
color: #BA597E;
}
.AnyTagClassName
{
color: #BA597E;
}
</style>
background-color css
<style>
a { background-color: #BA597E; }
a { background-color: rgb(186,89,126); }
div.DivClassName
{
background-color: #BA597E;
}
.BgClassName
{
background-color: #BA597E;
}
</style>
border-color css
<style>
span { border-color: #BA597E; }
span { border-color: rgb(186,89,126); }
td.TdClassName
{
border-color: #BA597E;
}
.TagClassName
{
border-color: #BA597E;
}
</style>