Shades of Mulberry #BA5684
Tints of Mulberry #BA5684
RGB
CMYK
RGB Variations
Color information
#BA5684 (or 0xBA5684) is known color: Mulberry. HEX triplet: BA, 56 and 84. RGB value is (186,86,132). Sum of RGB (Red+Green+Blue) = 186+86+132=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5684 is #45A97B. Grayscale: #797979. Windows color (decimal): -4565372 or 8672954. OLE color: 8672954.
HSL color Cylindrical-coordinate representation of color #BA5684: hue angle of 332.4º 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 #BA5684 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 132 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.27 |
| HSL | 332.4º | 0.42% | 0.53% | - |
| HSV(B) | 332.4º | 0.54% | 0.73% | - |
| XYZ | 27.74 | 18.76 | 23.99 | - |
| YUV | 121.14 | 134.13 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 132 | 0 | 0.54 | 0.29 | 0.27 | 332.4 | 0.42 | 0.53 |
| Hex | BA | 56 | 84 | 0 | 36 | 1D | 1B | 14C | 2A | 35 |
| Octal | 272 | 126 | 204 | 0 | 66 | 35 | 33 | 514 | 52 | 65 |
| Binary | 10111010 | 1010110 | 10000100 | 0 | 110110 | 11101 | 11011 | 101001100 | 101010 | 110101 |
Color Harmonies of #BA5684
Complementary color
Monochromatic Colors of #BA5684
Black with #BA5684
Text Example
Text Example
White with #BA5684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5684; }
p { color: rgb(186,86,132); }
H1.HeaderClassName
{
color: #BA5684;
}
.AnyTagClassName
{
color: #BA5684;
}
</style>
background-color css
<style>
a { background-color: #BA5684; }
a { background-color: rgb(186,86,132); }
div.DivClassName
{
background-color: #BA5684;
}
.BgClassName
{
background-color: #BA5684;
}
</style>
border-color css
<style>
span { border-color: #BA5684; }
span { border-color: rgb(186,86,132); }
td.TdClassName
{
border-color: #BA5684;
}
.TagClassName
{
border-color: #BA5684;
}
</style>