Shades of Royal Heath #BA5A7E
Tints of Royal Heath #BA5A7E
RGB
CMYK
RGB Variations
Color information
#BA5A7E (or 0xBA5A7E) is known color: Royal Heath. HEX triplet: BA, 5A and 7E. RGB value is (186,90,126). Sum of RGB (Red+Green+Blue) = 186+90+126=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A7E is #45A581. Grayscale: #7A7A7A. Windows color (decimal): -4564354 or 8280762. OLE color: 8280762.
HSL color Cylindrical-coordinate representation of color #BA5A7E: hue angle of 337.5º 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 #BA5A7E is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 126 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.27 |
| HSL | 337.5º | 0.41% | 0.54% | - |
| HSV(B) | 337.5º | 0.52% | 0.73% | - |
| XYZ | 27.67 | 19.26 | 22 | - |
| YUV | 122.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 126 | 0 | 0.52 | 0.32 | 0.27 | 337.5 | 0.41 | 0.54 |
| Hex | BA | 5A | 7E | 0 | 34 | 20 | 1B | 152 | 29 | 36 |
| Octal | 272 | 132 | 176 | 0 | 64 | 40 | 33 | 522 | 51 | 66 |
| Binary | 10111010 | 1011010 | 1111110 | 0 | 110100 | 100000 | 11011 | 101010010 | 101001 | 110110 |
Color Harmonies of #BA5A7E
Complementary color
Monochromatic Colors of #BA5A7E
Black with #BA5A7E
Text Example
Text Example
White with #BA5A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A7E; }
p { color: rgb(186,90,126); }
H1.HeaderClassName
{
color: #BA5A7E;
}
.AnyTagClassName
{
color: #BA5A7E;
}
</style>
background-color css
<style>
a { background-color: #BA5A7E; }
a { background-color: rgb(186,90,126); }
div.DivClassName
{
background-color: #BA5A7E;
}
.BgClassName
{
background-color: #BA5A7E;
}
</style>
border-color css
<style>
span { border-color: #BA5A7E; }
span { border-color: rgb(186,90,126); }
td.TdClassName
{
border-color: #BA5A7E;
}
.TagClassName
{
border-color: #BA5A7E;
}
</style>