Shades of Mulberry #BA5595
Tints of Mulberry #BA5595
RGB
CMYK
RGB Variations
Color information
#BA5595 (or 0xBA5595) is known color: Mulberry. HEX triplet: BA, 55 and 95. RGB value is (186,85,149). Sum of RGB (Red+Green+Blue) = 186+85+149=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5595 is #45AA6A. Grayscale: #7A7A7A. Windows color (decimal): -4565611 or 9786810. OLE color: 9786810.
HSL color Cylindrical-coordinate representation of color #BA5595: hue angle of 321.98º 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 #BA5595 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 149 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.27 |
| HSL | 321.98º | 0.42% | 0.53% | - |
| HSV(B) | 321.98º | 0.54% | 0.73% | - |
| XYZ | 28.92 | 19.11 | 30.6 | - |
| YUV | 122.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 149 | 0 | 0.54 | 0.20 | 0.27 | 321.98 | 0.42 | 0.53 |
| Hex | BA | 55 | 95 | 0 | 36 | 14 | 1B | 142 | 2A | 35 |
| Octal | 272 | 125 | 225 | 0 | 66 | 24 | 33 | 502 | 52 | 65 |
| Binary | 10111010 | 1010101 | 10010101 | 0 | 110110 | 10100 | 11011 | 101000010 | 101010 | 110101 |
Color Harmonies of #BA5595
Complementary color
Monochromatic Colors of #BA5595
Black with #BA5595
Text Example
Text Example
White with #BA5595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5595; }
p { color: rgb(186,85,149); }
H1.HeaderClassName
{
color: #BA5595;
}
.AnyTagClassName
{
color: #BA5595;
}
</style>
background-color css
<style>
a { background-color: #BA5595; }
a { background-color: rgb(186,85,149); }
div.DivClassName
{
background-color: #BA5595;
}
.BgClassName
{
background-color: #BA5595;
}
</style>
border-color css
<style>
span { border-color: #BA5595; }
span { border-color: rgb(186,85,149); }
td.TdClassName
{
border-color: #BA5595;
}
.TagClassName
{
border-color: #BA5595;
}
</style>