Shades of Royal Heath #BA5A80
Tints of Royal Heath #BA5A80
RGB
CMYK
RGB Variations
Color information
#BA5A80 (or 0xBA5A80) is known color: Royal Heath. HEX triplet: BA, 5A and 80. RGB value is (186,90,128). Sum of RGB (Red+Green+Blue) = 186+90+128=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5A80 is #45A57F. Grayscale: #7A7A7A. Windows color (decimal): -4564352 or 8411834. OLE color: 8411834.
HSL color Cylindrical-coordinate representation of color #BA5A80: hue angle of 336.25º 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 #BA5A80 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 128 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.27 |
| HSL | 336.25º | 0.41% | 0.54% | - |
| HSV(B) | 336.25º | 0.52% | 0.73% | - |
| XYZ | 27.8 | 19.31 | 22.68 | - |
| YUV | 123.04 | 130.8 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 128 | 0 | 0.52 | 0.31 | 0.27 | 336.25 | 0.41 | 0.54 |
| Hex | BA | 5A | 80 | 0 | 34 | 1F | 1B | 150 | 29 | 36 |
| Octal | 272 | 132 | 200 | 0 | 64 | 37 | 33 | 520 | 51 | 66 |
| Binary | 10111010 | 1011010 | 10000000 | 0 | 110100 | 11111 | 11011 | 101010000 | 101001 | 110110 |
Color Harmonies of #BA5A80
Complementary color
Monochromatic Colors of #BA5A80
Black with #BA5A80
Text Example
Text Example
White with #BA5A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A80; }
p { color: rgb(186,90,128); }
H1.HeaderClassName
{
color: #BA5A80;
}
.AnyTagClassName
{
color: #BA5A80;
}
</style>
background-color css
<style>
a { background-color: #BA5A80; }
a { background-color: rgb(186,90,128); }
div.DivClassName
{
background-color: #BA5A80;
}
.BgClassName
{
background-color: #BA5A80;
}
</style>
border-color css
<style>
span { border-color: #BA5A80; }
span { border-color: rgb(186,90,128); }
td.TdClassName
{
border-color: #BA5A80;
}
.TagClassName
{
border-color: #BA5A80;
}
</style>