Shades of Mulberry #BA4A87
Tints of Mulberry #BA4A87
RGB
CMYK
RGB Variations
Color information
#BA4A87 (or 0xBA4A87) is known color: Mulberry. HEX triplet: BA, 4A and 87. RGB value is (186,74,135). Sum of RGB (Red+Green+Blue) = 186+74+135=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4A87 is #45B578. Grayscale: #727272. Windows color (decimal): -4568441 or 8866490. OLE color: 8866490.
HSL color Cylindrical-coordinate representation of color #BA4A87: hue angle of 327.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4A87 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 135 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.27 |
| HSL | 327.32º | 0.45% | 0.51% | - |
| HSV(B) | 327.32º | 0.6% | 0.73% | - |
| XYZ | 27.07 | 17.09 | 24.79 | - |
| YUV | 114.44 | 139.61 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 135 | 0 | 0.60 | 0.27 | 0.27 | 327.32 | 0.45 | 0.51 |
| Hex | BA | 4A | 87 | 0 | 3C | 1B | 1B | 147 | 2D | 33 |
| Octal | 272 | 112 | 207 | 0 | 74 | 33 | 33 | 507 | 55 | 63 |
| Binary | 10111010 | 1001010 | 10000111 | 0 | 111100 | 11011 | 11011 | 101000111 | 101101 | 110011 |
Color Harmonies of #BA4A87
Complementary color
Monochromatic Colors of #BA4A87
Black with #BA4A87
Text Example
Text Example
White with #BA4A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A87; }
p { color: rgb(186,74,135); }
H1.HeaderClassName
{
color: #BA4A87;
}
.AnyTagClassName
{
color: #BA4A87;
}
</style>
background-color css
<style>
a { background-color: #BA4A87; }
a { background-color: rgb(186,74,135); }
div.DivClassName
{
background-color: #BA4A87;
}
.BgClassName
{
background-color: #BA4A87;
}
</style>
border-color css
<style>
span { border-color: #BA4A87; }
span { border-color: rgb(186,74,135); }
td.TdClassName
{
border-color: #BA4A87;
}
.TagClassName
{
border-color: #BA4A87;
}
</style>