Shades of Royal Heath #BA5680
Tints of Royal Heath #BA5680
RGB
CMYK
RGB Variations
Color information
#BA5680 (or 0xBA5680) is known color: Royal Heath. HEX triplet: BA, 56 and 80. RGB value is (186,86,128). Sum of RGB (Red+Green+Blue) = 186+86+128=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5680 is #45A97F. Grayscale: #787878. Windows color (decimal): -4565376 or 8410810. OLE color: 8410810.
HSL color Cylindrical-coordinate representation of color #BA5680: hue angle of 334.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5680 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 128 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.27 |
| HSL | 334.8º | 0.42% | 0.53% | - |
| HSV(B) | 334.8º | 0.54% | 0.73% | - |
| XYZ | 27.47 | 18.65 | 22.57 | - |
| YUV | 120.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 128 | 0 | 0.54 | 0.31 | 0.27 | 334.8 | 0.42 | 0.53 |
| Hex | BA | 56 | 80 | 0 | 36 | 1F | 1B | 14F | 2A | 35 |
| Octal | 272 | 126 | 200 | 0 | 66 | 37 | 33 | 517 | 52 | 65 |
| Binary | 10111010 | 1010110 | 10000000 | 0 | 110110 | 11111 | 11011 | 101001111 | 101010 | 110101 |
Color Harmonies of #BA5680
Complementary color
Monochromatic Colors of #BA5680
Black with #BA5680
Text Example
Text Example
White with #BA5680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5680; }
p { color: rgb(186,86,128); }
H1.HeaderClassName
{
color: #BA5680;
}
.AnyTagClassName
{
color: #BA5680;
}
</style>
background-color css
<style>
a { background-color: #BA5680; }
a { background-color: rgb(186,86,128); }
div.DivClassName
{
background-color: #BA5680;
}
.BgClassName
{
background-color: #BA5680;
}
</style>
border-color css
<style>
span { border-color: #BA5680; }
span { border-color: rgb(186,86,128); }
td.TdClassName
{
border-color: #BA5680;
}
.TagClassName
{
border-color: #BA5680;
}
</style>