Shades of Mulberry #BA5590
Tints of Mulberry #BA5590
RGB
CMYK
RGB Variations
Color information
#BA5590 (or 0xBA5590) is known color: Mulberry. HEX triplet: BA, 55 and 90. RGB value is (186,85,144). Sum of RGB (Red+Green+Blue) = 186+85+144=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5590 is #45AA6F. Grayscale: #797979. Windows color (decimal): -4565616 or 9459130. OLE color: 9459130.
HSL color Cylindrical-coordinate representation of color #BA5590: hue angle of 324.95º 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 #BA5590 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 144 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.27 |
| HSL | 324.95º | 0.42% | 0.53% | - |
| HSV(B) | 324.95º | 0.54% | 0.73% | - |
| XYZ | 28.53 | 18.95 | 28.54 | - |
| YUV | 121.93 | 140.46 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 144 | 0 | 0.54 | 0.23 | 0.27 | 324.95 | 0.42 | 0.53 |
| Hex | BA | 55 | 90 | 0 | 36 | 17 | 1B | 145 | 2A | 35 |
| Octal | 272 | 125 | 220 | 0 | 66 | 27 | 33 | 505 | 52 | 65 |
| Binary | 10111010 | 1010101 | 10010000 | 0 | 110110 | 10111 | 11011 | 101000101 | 101010 | 110101 |
Color Harmonies of #BA5590
Complementary color
Monochromatic Colors of #BA5590
Black with #BA5590
Text Example
Text Example
White with #BA5590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5590; }
p { color: rgb(186,85,144); }
H1.HeaderClassName
{
color: #BA5590;
}
.AnyTagClassName
{
color: #BA5590;
}
</style>
background-color css
<style>
a { background-color: #BA5590; }
a { background-color: rgb(186,85,144); }
div.DivClassName
{
background-color: #BA5590;
}
.BgClassName
{
background-color: #BA5590;
}
</style>
border-color css
<style>
span { border-color: #BA5590; }
span { border-color: rgb(186,85,144); }
td.TdClassName
{
border-color: #BA5590;
}
.TagClassName
{
border-color: #BA5590;
}
</style>