Shades of Mulberry #BA5796
Tints of Mulberry #BA5796
RGB
CMYK
RGB Variations
Color information
#BA5796 (or 0xBA5796) is known color: Mulberry. HEX triplet: BA, 57 and 96. RGB value is (186,87,150). Sum of RGB (Red+Green+Blue) = 186+87+150=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5796 is #45A869. Grayscale: #7B7B7B. Windows color (decimal): -4565098 or 9852858. OLE color: 9852858.
HSL color Cylindrical-coordinate representation of color #BA5796: hue angle of 321.82º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5796 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 150 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.27 |
| HSL | 321.82º | 0.42% | 0.54% | - |
| HSV(B) | 321.82º | 0.53% | 0.73% | - |
| XYZ | 29.16 | 19.46 | 31.07 | - |
| YUV | 123.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 150 | 0 | 0.53 | 0.19 | 0.27 | 321.82 | 0.42 | 0.54 |
| Hex | BA | 57 | 96 | 0 | 35 | 13 | 1B | 142 | 2A | 36 |
| Octal | 272 | 127 | 226 | 0 | 65 | 23 | 33 | 502 | 52 | 66 |
| Binary | 10111010 | 1010111 | 10010110 | 0 | 110101 | 10011 | 11011 | 101000010 | 101010 | 110110 |
Color Harmonies of #BA5796
Complementary color
Monochromatic Colors of #BA5796
Black with #BA5796
Text Example
Text Example
White with #BA5796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5796; }
p { color: rgb(186,87,150); }
H1.HeaderClassName
{
color: #BA5796;
}
.AnyTagClassName
{
color: #BA5796;
}
</style>
background-color css
<style>
a { background-color: #BA5796; }
a { background-color: rgb(186,87,150); }
div.DivClassName
{
background-color: #BA5796;
}
.BgClassName
{
background-color: #BA5796;
}
</style>
border-color css
<style>
span { border-color: #BA5796; }
span { border-color: rgb(186,87,150); }
td.TdClassName
{
border-color: #BA5796;
}
.TagClassName
{
border-color: #BA5796;
}
</style>