Shades of Royal Heath #BA577E
Tints of Royal Heath #BA577E
RGB
CMYK
RGB Variations
Color information
#BA577E (or 0xBA577E) is known color: Royal Heath. HEX triplet: BA, 57 and 7E. RGB value is (186,87,126). Sum of RGB (Red+Green+Blue) = 186+87+126=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA577E is #45A881. Grayscale: #787878. Windows color (decimal): -4565122 or 8279994. OLE color: 8279994.
HSL color Cylindrical-coordinate representation of color #BA577E: hue angle of 336.36º 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 #BA577E is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 126 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.27 |
| HSL | 336.36º | 0.42% | 0.54% | - |
| HSV(B) | 336.36º | 0.53% | 0.73% | - |
| XYZ | 27.42 | 18.76 | 21.91 | - |
| YUV | 121.05 | 130.8 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 126 | 0 | 0.53 | 0.32 | 0.27 | 336.36 | 0.42 | 0.54 |
| Hex | BA | 57 | 7E | 0 | 35 | 20 | 1B | 150 | 2A | 36 |
| Octal | 272 | 127 | 176 | 0 | 65 | 40 | 33 | 520 | 52 | 66 |
| Binary | 10111010 | 1010111 | 1111110 | 0 | 110101 | 100000 | 11011 | 101010000 | 101010 | 110110 |
Color Harmonies of #BA577E
Complementary color
Monochromatic Colors of #BA577E
Black with #BA577E
Text Example
Text Example
White with #BA577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA577E; }
p { color: rgb(186,87,126); }
H1.HeaderClassName
{
color: #BA577E;
}
.AnyTagClassName
{
color: #BA577E;
}
</style>
background-color css
<style>
a { background-color: #BA577E; }
a { background-color: rgb(186,87,126); }
div.DivClassName
{
background-color: #BA577E;
}
.BgClassName
{
background-color: #BA577E;
}
</style>
border-color css
<style>
span { border-color: #BA577E; }
span { border-color: rgb(186,87,126); }
td.TdClassName
{
border-color: #BA577E;
}
.TagClassName
{
border-color: #BA577E;
}
</style>