Shades of Mulberry #BA5996
Tints of Mulberry #BA5996
RGB
CMYK
RGB Variations
Color information
#BA5996 (or 0xBA5996) is known color: Mulberry. HEX triplet: BA, 59 and 96. RGB value is (186,89,150). Sum of RGB (Red+Green+Blue) = 186+89+150=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5996 is #45A669. Grayscale: #7C7C7C. Windows color (decimal): -4564586 or 9853370. OLE color: 9853370.
HSL color Cylindrical-coordinate representation of color #BA5996: hue angle of 322.27º 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 #BA5996 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 150 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.27 |
| HSL | 322.27º | 0.41% | 0.54% | - |
| HSV(B) | 322.27º | 0.52% | 0.73% | - |
| XYZ | 29.33 | 19.79 | 31.13 | - |
| YUV | 124.96 | 142.14 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 150 | 0 | 0.52 | 0.19 | 0.27 | 322.27 | 0.41 | 0.54 |
| Hex | BA | 59 | 96 | 0 | 34 | 13 | 1B | 142 | 29 | 36 |
| Octal | 272 | 131 | 226 | 0 | 64 | 23 | 33 | 502 | 51 | 66 |
| Binary | 10111010 | 1011001 | 10010110 | 0 | 110100 | 10011 | 11011 | 101000010 | 101001 | 110110 |
Color Harmonies of #BA5996
Complementary color
Monochromatic Colors of #BA5996
Black with #BA5996
Text Example
Text Example
White with #BA5996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5996; }
p { color: rgb(186,89,150); }
H1.HeaderClassName
{
color: #BA5996;
}
.AnyTagClassName
{
color: #BA5996;
}
</style>
background-color css
<style>
a { background-color: #BA5996; }
a { background-color: rgb(186,89,150); }
div.DivClassName
{
background-color: #BA5996;
}
.BgClassName
{
background-color: #BA5996;
}
</style>
border-color css
<style>
span { border-color: #BA5996; }
span { border-color: rgb(186,89,150); }
td.TdClassName
{
border-color: #BA5996;
}
.TagClassName
{
border-color: #BA5996;
}
</style>