Shades of Mulberry #BA5799
Tints of Mulberry #BA5799
RGB
CMYK
RGB Variations
Color information
#BA5799 (or 0xBA5799) is known color: Mulberry. HEX triplet: BA, 57 and 99. RGB value is (186,87,153). Sum of RGB (Red+Green+Blue) = 186+87+153=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5799 is #45A866. Grayscale: #7B7B7B. Windows color (decimal): -4565095 or 10049466. OLE color: 10049466.
HSL color Cylindrical-coordinate representation of color #BA5799: hue angle of 320º 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 #BA5799 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 87 | 153 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.27 |
| HSL | 320º | 0.42% | 0.54% | - |
| HSV(B) | 320º | 0.53% | 0.73% | - |
| XYZ | 29.41 | 19.56 | 32.36 | - |
| YUV | 124.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 87 | 153 | 0 | 0.53 | 0.18 | 0.27 | 320 | 0.42 | 0.54 |
| Hex | BA | 57 | 99 | 0 | 35 | 12 | 1B | 140 | 2A | 36 |
| Octal | 272 | 127 | 231 | 0 | 65 | 22 | 33 | 500 | 52 | 66 |
| Binary | 10111010 | 1010111 | 10011001 | 0 | 110101 | 10010 | 11011 | 101000000 | 101010 | 110110 |
Color Harmonies of #BA5799
Complementary color
Monochromatic Colors of #BA5799
Black with #BA5799
Text Example
Text Example
White with #BA5799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5799; }
p { color: rgb(186,87,153); }
H1.HeaderClassName
{
color: #BA5799;
}
.AnyTagClassName
{
color: #BA5799;
}
</style>
background-color css
<style>
a { background-color: #BA5799; }
a { background-color: rgb(186,87,153); }
div.DivClassName
{
background-color: #BA5799;
}
.BgClassName
{
background-color: #BA5799;
}
</style>
border-color css
<style>
span { border-color: #BA5799; }
span { border-color: rgb(186,87,153); }
td.TdClassName
{
border-color: #BA5799;
}
.TagClassName
{
border-color: #BA5799;
}
</style>