Shades of Mulberry #BA5995
Tints of Mulberry #BA5995
RGB
CMYK
RGB Variations
Color information
#BA5995 (or 0xBA5995) is known color: Mulberry. HEX triplet: BA, 59 and 95. RGB value is (186,89,149). Sum of RGB (Red+Green+Blue) = 186+89+149=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5995 is #45A66A. Grayscale: #7C7C7C. Windows color (decimal): -4564587 or 9787834. OLE color: 9787834.
HSL color Cylindrical-coordinate representation of color #BA5995: hue angle of 322.89º 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 #BA5995 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 149 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.27 |
| HSL | 322.89º | 0.41% | 0.54% | - |
| HSV(B) | 322.89º | 0.52% | 0.73% | - |
| XYZ | 29.25 | 19.75 | 30.71 | - |
| YUV | 124.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 149 | 0 | 0.52 | 0.20 | 0.27 | 322.89 | 0.41 | 0.54 |
| Hex | BA | 59 | 95 | 0 | 34 | 14 | 1B | 143 | 29 | 36 |
| Octal | 272 | 131 | 225 | 0 | 64 | 24 | 33 | 503 | 51 | 66 |
| Binary | 10111010 | 1011001 | 10010101 | 0 | 110100 | 10100 | 11011 | 101000011 | 101001 | 110110 |
Color Harmonies of #BA5995
Complementary color
Monochromatic Colors of #BA5995
Black with #BA5995
Text Example
Text Example
White with #BA5995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5995; }
p { color: rgb(186,89,149); }
H1.HeaderClassName
{
color: #BA5995;
}
.AnyTagClassName
{
color: #BA5995;
}
</style>
background-color css
<style>
a { background-color: #BA5995; }
a { background-color: rgb(186,89,149); }
div.DivClassName
{
background-color: #BA5995;
}
.BgClassName
{
background-color: #BA5995;
}
</style>
border-color css
<style>
span { border-color: #BA5995; }
span { border-color: rgb(186,89,149); }
td.TdClassName
{
border-color: #BA5995;
}
.TagClassName
{
border-color: #BA5995;
}
</style>