Shades of Mulberry #BA56A2
Tints of Mulberry #BA56A2
RGB
CMYK
RGB Variations
Color information
#BA56A2 (or 0xBA56A2) is known color: Mulberry. HEX triplet: BA, 56 and A2. RGB value is (186,86,162). Sum of RGB (Red+Green+Blue) = 186+86+162=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA56A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA56A2 is #45A95D. Grayscale: #7C7C7C. Windows color (decimal): -4565342 or 10639034. OLE color: 10639034.
HSL color Cylindrical-coordinate representation of color #BA56A2: hue angle of 314.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 #BA56A2 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 162 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.27 |
| HSL | 314.4º | 0.42% | 0.53% | - |
| HSV(B) | 314.4º | 0.54% | 0.73% | - |
| XYZ | 30.1 | 19.7 | 36.4 | - |
| YUV | 124.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 162 | 0 | 0.54 | 0.13 | 0.27 | 314.4 | 0.42 | 0.53 |
| Hex | BA | 56 | A2 | 0 | 36 | D | 1B | 13A | 2A | 35 |
| Octal | 272 | 126 | 242 | 0 | 66 | 15 | 33 | 472 | 52 | 65 |
| Binary | 10111010 | 1010110 | 10100010 | 0 | 110110 | 1101 | 11011 | 100111010 | 101010 | 110101 |
Color Harmonies of #BA56A2
Complementary color
Monochromatic Colors of #BA56A2
Black with #BA56A2
Text Example
Text Example
White with #BA56A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA56A2; }
p { color: rgb(186,86,162); }
H1.HeaderClassName
{
color: #BA56A2;
}
.AnyTagClassName
{
color: #BA56A2;
}
</style>
background-color css
<style>
a { background-color: #BA56A2; }
a { background-color: rgb(186,86,162); }
div.DivClassName
{
background-color: #BA56A2;
}
.BgClassName
{
background-color: #BA56A2;
}
</style>
border-color css
<style>
span { border-color: #BA56A2; }
span { border-color: rgb(186,86,162); }
td.TdClassName
{
border-color: #BA56A2;
}
.TagClassName
{
border-color: #BA56A2;
}
</style>