Shades of Mulberry #BA588D
Tints of Mulberry #BA588D
RGB
CMYK
RGB Variations
Color information
#BA588D (or 0xBA588D) is known color: Mulberry. HEX triplet: BA, 58 and 8D. RGB value is (186,88,141). Sum of RGB (Red+Green+Blue) = 186+88+141=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA588D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA588D is #45A772. Grayscale: #7B7B7B. Windows color (decimal): -4564851 or 9263290. OLE color: 9263290.
HSL color Cylindrical-coordinate representation of color #BA588D: hue angle of 327.55º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA588D is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 141 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.27 |
| HSL | 327.55º | 0.42% | 0.54% | - |
| HSV(B) | 327.55º | 0.53% | 0.73% | - |
| XYZ | 28.55 | 19.34 | 27.43 | - |
| YUV | 123.34 | 137.97 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 141 | 0 | 0.53 | 0.24 | 0.27 | 327.55 | 0.42 | 0.54 |
| Hex | BA | 58 | 8D | 0 | 35 | 18 | 1B | 148 | 2A | 36 |
| Octal | 272 | 130 | 215 | 0 | 65 | 30 | 33 | 510 | 52 | 66 |
| Binary | 10111010 | 1011000 | 10001101 | 0 | 110101 | 11000 | 11011 | 101001000 | 101010 | 110110 |
Color Harmonies of #BA588D
Complementary color
Monochromatic Colors of #BA588D
Black with #BA588D
Text Example
Text Example
White with #BA588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA588D; }
p { color: rgb(186,88,141); }
H1.HeaderClassName
{
color: #BA588D;
}
.AnyTagClassName
{
color: #BA588D;
}
</style>
background-color css
<style>
a { background-color: #BA588D; }
a { background-color: rgb(186,88,141); }
div.DivClassName
{
background-color: #BA588D;
}
.BgClassName
{
background-color: #BA588D;
}
</style>
border-color css
<style>
span { border-color: #BA588D; }
span { border-color: rgb(186,88,141); }
td.TdClassName
{
border-color: #BA588D;
}
.TagClassName
{
border-color: #BA588D;
}
</style>