Shades of Mulberry #BA59A2
Tints of Mulberry #BA59A2
RGB
CMYK
RGB Variations
Color information
#BA59A2 (or 0xBA59A2) is known color: Mulberry. HEX triplet: BA, 59 and A2. RGB value is (186,89,162). Sum of RGB (Red+Green+Blue) = 186+89+162=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA59A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA59A2 is #45A65D. Grayscale: #7E7E7E. Windows color (decimal): -4564574 or 10639802. OLE color: 10639802.
HSL color Cylindrical-coordinate representation of color #BA59A2: hue angle of 314.85º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA59A2 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 162 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.27 |
| HSL | 314.85º | 0.41% | 0.54% | - |
| HSV(B) | 314.85º | 0.52% | 0.73% | - |
| XYZ | 30.34 | 20.19 | 36.48 | - |
| YUV | 126.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 162 | 0 | 0.52 | 0.13 | 0.27 | 314.85 | 0.41 | 0.54 |
| Hex | BA | 59 | A2 | 0 | 34 | D | 1B | 13B | 29 | 36 |
| Octal | 272 | 131 | 242 | 0 | 64 | 15 | 33 | 473 | 51 | 66 |
| Binary | 10111010 | 1011001 | 10100010 | 0 | 110100 | 1101 | 11011 | 100111011 | 101001 | 110110 |
Color Harmonies of #BA59A2
Complementary color
Monochromatic Colors of #BA59A2
Black with #BA59A2
Text Example
Text Example
White with #BA59A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59A2; }
p { color: rgb(186,89,162); }
H1.HeaderClassName
{
color: #BA59A2;
}
.AnyTagClassName
{
color: #BA59A2;
}
</style>
background-color css
<style>
a { background-color: #BA59A2; }
a { background-color: rgb(186,89,162); }
div.DivClassName
{
background-color: #BA59A2;
}
.BgClassName
{
background-color: #BA59A2;
}
</style>
border-color css
<style>
span { border-color: #BA59A2; }
span { border-color: rgb(186,89,162); }
td.TdClassName
{
border-color: #BA59A2;
}
.TagClassName
{
border-color: #BA59A2;
}
</style>