Shades of Mulberry #BA4786
Tints of Mulberry #BA4786
RGB
CMYK
RGB Variations
Color information
#BA4786 (or 0xBA4786) is known color: Mulberry. HEX triplet: BA, 47 and 86. RGB value is (186,71,134). Sum of RGB (Red+Green+Blue) = 186+71+134=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4786 is #45B879. Grayscale: #707070. Windows color (decimal): -4569210 or 8800186. OLE color: 8800186.
HSL color Cylindrical-coordinate representation of color #BA4786: hue angle of 327.13º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4786 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 134 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.27 |
| HSL | 327.13º | 0.45% | 0.5% | - |
| HSV(B) | 327.13º | 0.62% | 0.73% | - |
| XYZ | 26.81 | 16.67 | 24.36 | - |
| YUV | 112.57 | 140.1 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 134 | 0 | 0.62 | 0.28 | 0.27 | 327.13 | 0.45 | 0.5 |
| Hex | BA | 47 | 86 | 0 | 3E | 1C | 1B | 147 | 2D | 32 |
| Octal | 272 | 107 | 206 | 0 | 76 | 34 | 33 | 507 | 55 | 62 |
| Binary | 10111010 | 1000111 | 10000110 | 0 | 111110 | 11100 | 11011 | 101000111 | 101101 | 110010 |
Color Harmonies of #BA4786
Complementary color
Monochromatic Colors of #BA4786
Black with #BA4786
Text Example
Text Example
White with #BA4786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4786; }
p { color: rgb(186,71,134); }
H1.HeaderClassName
{
color: #BA4786;
}
.AnyTagClassName
{
color: #BA4786;
}
</style>
background-color css
<style>
a { background-color: #BA4786; }
a { background-color: rgb(186,71,134); }
div.DivClassName
{
background-color: #BA4786;
}
.BgClassName
{
background-color: #BA4786;
}
</style>
border-color css
<style>
span { border-color: #BA4786; }
span { border-color: rgb(186,71,134); }
td.TdClassName
{
border-color: #BA4786;
}
.TagClassName
{
border-color: #BA4786;
}
</style>