Shades of Mulberry #BA49A0
Tints of Mulberry #BA49A0
RGB
CMYK
RGB Variations
Color information
#BA49A0 (or 0xBA49A0) is known color: Mulberry. HEX triplet: BA, 49 and A0. RGB value is (186,73,160). Sum of RGB (Red+Green+Blue) = 186+73+160=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA49A0 is #45B65F. Grayscale: #747474. Windows color (decimal): -4568672 or 10504634. OLE color: 10504634.
HSL color Cylindrical-coordinate representation of color #BA49A0: hue angle of 313.81º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA49A0 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 160 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.27 |
| HSL | 313.81º | 0.45% | 0.51% | - |
| HSV(B) | 313.81º | 0.61% | 0.73% | - |
| XYZ | 28.98 | 17.74 | 35.16 | - |
| YUV | 116.71 | 152.44 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 160 | 0 | 0.61 | 0.14 | 0.27 | 313.81 | 0.45 | 0.51 |
| Hex | BA | 49 | A0 | 0 | 3D | E | 1B | 13A | 2D | 33 |
| Octal | 272 | 111 | 240 | 0 | 75 | 16 | 33 | 472 | 55 | 63 |
| Binary | 10111010 | 1001001 | 10100000 | 0 | 111101 | 1110 | 11011 | 100111010 | 101101 | 110011 |
Color Harmonies of #BA49A0
Complementary color
Monochromatic Colors of #BA49A0
Black with #BA49A0
Text Example
Text Example
White with #BA49A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA49A0; }
p { color: rgb(186,73,160); }
H1.HeaderClassName
{
color: #BA49A0;
}
.AnyTagClassName
{
color: #BA49A0;
}
</style>
background-color css
<style>
a { background-color: #BA49A0; }
a { background-color: rgb(186,73,160); }
div.DivClassName
{
background-color: #BA49A0;
}
.BgClassName
{
background-color: #BA49A0;
}
</style>
border-color css
<style>
span { border-color: #BA49A0; }
span { border-color: rgb(186,73,160); }
td.TdClassName
{
border-color: #BA49A0;
}
.TagClassName
{
border-color: #BA49A0;
}
</style>