Shades of Mulberry #BA5186
Tints of Mulberry #BA5186
RGB
CMYK
RGB Variations
Color information
#BA5186 (or 0xBA5186) is known color: Mulberry. HEX triplet: BA, 51 and 86. RGB value is (186,81,134). Sum of RGB (Red+Green+Blue) = 186+81+134=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5186 is #45AE79. Grayscale: #767676. Windows color (decimal): -4566650 or 8802746. OLE color: 8802746.
HSL color Cylindrical-coordinate representation of color #BA5186: hue angle of 329.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5186 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 134 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.27 |
| HSL | 329.71º | 0.43% | 0.52% | - |
| HSV(B) | 329.71º | 0.56% | 0.73% | - |
| XYZ | 27.5 | 18.05 | 24.59 | - |
| YUV | 118.44 | 136.79 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 134 | 0 | 0.56 | 0.28 | 0.27 | 329.71 | 0.43 | 0.52 |
| Hex | BA | 51 | 86 | 0 | 38 | 1C | 1B | 14A | 2B | 34 |
| Octal | 272 | 121 | 206 | 0 | 70 | 34 | 33 | 512 | 53 | 64 |
| Binary | 10111010 | 1010001 | 10000110 | 0 | 111000 | 11100 | 11011 | 101001010 | 101011 | 110100 |
Color Harmonies of #BA5186
Complementary color
Monochromatic Colors of #BA5186
Black with #BA5186
Text Example
Text Example
White with #BA5186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5186; }
p { color: rgb(186,81,134); }
H1.HeaderClassName
{
color: #BA5186;
}
.AnyTagClassName
{
color: #BA5186;
}
</style>
background-color css
<style>
a { background-color: #BA5186; }
a { background-color: rgb(186,81,134); }
div.DivClassName
{
background-color: #BA5186;
}
.BgClassName
{
background-color: #BA5186;
}
</style>
border-color css
<style>
span { border-color: #BA5186; }
span { border-color: rgb(186,81,134); }
td.TdClassName
{
border-color: #BA5186;
}
.TagClassName
{
border-color: #BA5186;
}
</style>