Shades of Mulberry #BA5189
Tints of Mulberry #BA5189
RGB
CMYK
RGB Variations
Color information
#BA5189 (or 0xBA5189) is known color: Mulberry. HEX triplet: BA, 51 and 89. RGB value is (186,81,137). Sum of RGB (Red+Green+Blue) = 186+81+137=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5189 is #45AE76. Grayscale: #767676. Windows color (decimal): -4566647 or 8999354. OLE color: 8999354.
HSL color Cylindrical-coordinate representation of color #BA5189: hue angle of 328º 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 #BA5189 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 81 | 137 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.27 |
| HSL | 328º | 0.43% | 0.52% | - |
| HSV(B) | 328º | 0.56% | 0.73% | - |
| XYZ | 27.71 | 18.13 | 25.71 | - |
| YUV | 118.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 81 | 137 | 0 | 0.56 | 0.26 | 0.27 | 328 | 0.43 | 0.52 |
| Hex | BA | 51 | 89 | 0 | 38 | 1A | 1B | 148 | 2B | 34 |
| Octal | 272 | 121 | 211 | 0 | 70 | 32 | 33 | 510 | 53 | 64 |
| Binary | 10111010 | 1010001 | 10001001 | 0 | 111000 | 11010 | 11011 | 101001000 | 101011 | 110100 |
Color Harmonies of #BA5189
Complementary color
Monochromatic Colors of #BA5189
Black with #BA5189
Text Example
Text Example
White with #BA5189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5189; }
p { color: rgb(186,81,137); }
H1.HeaderClassName
{
color: #BA5189;
}
.AnyTagClassName
{
color: #BA5189;
}
</style>
background-color css
<style>
a { background-color: #BA5189; }
a { background-color: rgb(186,81,137); }
div.DivClassName
{
background-color: #BA5189;
}
.BgClassName
{
background-color: #BA5189;
}
</style>
border-color css
<style>
span { border-color: #BA5189; }
span { border-color: rgb(186,81,137); }
td.TdClassName
{
border-color: #BA5189;
}
.TagClassName
{
border-color: #BA5189;
}
</style>