Shades of Mulberry #BA558E
Tints of Mulberry #BA558E
RGB
CMYK
RGB Variations
Color information
#BA558E (or 0xBA558E) is known color: Mulberry. HEX triplet: BA, 55 and 8E. RGB value is (186,85,142). Sum of RGB (Red+Green+Blue) = 186+85+142=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA558E is #45AA71. Grayscale: #797979. Windows color (decimal): -4565618 or 9328058. OLE color: 9328058.
HSL color Cylindrical-coordinate representation of color #BA558E: hue angle of 326.14º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA558E is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 85 | 142 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.27 |
| HSL | 326.14º | 0.42% | 0.53% | - |
| HSV(B) | 326.14º | 0.54% | 0.73% | - |
| XYZ | 28.38 | 18.89 | 27.74 | - |
| YUV | 121.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 142 | 0 | 0.54 | 0.24 | 0.27 | 326.14 | 0.42 | 0.53 |
| Hex | BA | 55 | 8E | 0 | 36 | 18 | 1B | 146 | 2A | 35 |
| Octal | 272 | 125 | 216 | 0 | 66 | 30 | 33 | 506 | 52 | 65 |
| Binary | 10111010 | 1010101 | 10001110 | 0 | 110110 | 11000 | 11011 | 101000110 | 101010 | 110101 |
Color Harmonies of #BA558E
Complementary color
Monochromatic Colors of #BA558E
Black with #BA558E
Text Example
Text Example
White with #BA558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA558E; }
p { color: rgb(186,85,142); }
H1.HeaderClassName
{
color: #BA558E;
}
.AnyTagClassName
{
color: #BA558E;
}
</style>
background-color css
<style>
a { background-color: #BA558E; }
a { background-color: rgb(186,85,142); }
div.DivClassName
{
background-color: #BA558E;
}
.BgClassName
{
background-color: #BA558E;
}
</style>
border-color css
<style>
span { border-color: #BA558E; }
span { border-color: rgb(186,85,142); }
td.TdClassName
{
border-color: #BA558E;
}
.TagClassName
{
border-color: #BA558E;
}
</style>