Shades of Royal Heath #BA577A
Tints of Royal Heath #BA577A
RGB
CMYK
RGB Variations
Color information
#BA577A (or 0xBA577A) is known color: Royal Heath. HEX triplet: BA, 57 and 7A. RGB value is (186,87,122). Sum of RGB (Red+Green+Blue) = 186+87+122=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA577A is #45A885. Grayscale: #787878. Windows color (decimal): -4565126 or 8017850. OLE color: 8017850.
HSL color Cylindrical-coordinate representation of color #BA577A: hue angle of 338.79º 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 #BA577A is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 122 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.27 |
| HSL | 338.79º | 0.42% | 0.54% | - |
| HSV(B) | 338.79º | 0.53% | 0.73% | - |
| XYZ | 27.17 | 18.66 | 20.58 | - |
| YUV | 120.59 | 128.8 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 122 | 0 | 0.53 | 0.34 | 0.27 | 338.79 | 0.42 | 0.54 |
| Hex | BA | 57 | 7A | 0 | 35 | 22 | 1B | 153 | 2A | 36 |
| Octal | 272 | 127 | 172 | 0 | 65 | 42 | 33 | 523 | 52 | 66 |
| Binary | 10111010 | 1010111 | 1111010 | 0 | 110101 | 100010 | 11011 | 101010011 | 101010 | 110110 |
Color Harmonies of #BA577A
Complementary color
Monochromatic Colors of #BA577A
Black with #BA577A
Text Example
Text Example
White with #BA577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA577A; }
p { color: rgb(186,87,122); }
H1.HeaderClassName
{
color: #BA577A;
}
.AnyTagClassName
{
color: #BA577A;
}
</style>
background-color css
<style>
a { background-color: #BA577A; }
a { background-color: rgb(186,87,122); }
div.DivClassName
{
background-color: #BA577A;
}
.BgClassName
{
background-color: #BA577A;
}
</style>
border-color css
<style>
span { border-color: #BA577A; }
span { border-color: rgb(186,87,122); }
td.TdClassName
{
border-color: #BA577A;
}
.TagClassName
{
border-color: #BA577A;
}
</style>