Shades of Mulberry #BA588E
Tints of Mulberry #BA588E
RGB
CMYK
RGB Variations
Color information
#BA588E (or 0xBA588E) is known color: Mulberry. HEX triplet: BA, 58 and 8E. RGB value is (186,88,142). Sum of RGB (Red+Green+Blue) = 186+88+142=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA588E is #45A771. Grayscale: #7B7B7B. Windows color (decimal): -4564850 or 9328826. OLE color: 9328826.
HSL color Cylindrical-coordinate representation of color #BA588E: hue angle of 326.94º 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 #BA588E is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 142 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.27 |
| HSL | 326.94º | 0.42% | 0.54% | - |
| HSV(B) | 326.94º | 0.53% | 0.73% | - |
| XYZ | 28.62 | 19.37 | 27.82 | - |
| YUV | 123.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 142 | 0 | 0.53 | 0.24 | 0.27 | 326.94 | 0.42 | 0.54 |
| Hex | BA | 58 | 8E | 0 | 35 | 18 | 1B | 147 | 2A | 36 |
| Octal | 272 | 130 | 216 | 0 | 65 | 30 | 33 | 507 | 52 | 66 |
| Binary | 10111010 | 1011000 | 10001110 | 0 | 110101 | 11000 | 11011 | 101000111 | 101010 | 110110 |
Color Harmonies of #BA588E
Complementary color
Monochromatic Colors of #BA588E
Black with #BA588E
Text Example
Text Example
White with #BA588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA588E; }
p { color: rgb(186,88,142); }
H1.HeaderClassName
{
color: #BA588E;
}
.AnyTagClassName
{
color: #BA588E;
}
</style>
background-color css
<style>
a { background-color: #BA588E; }
a { background-color: rgb(186,88,142); }
div.DivClassName
{
background-color: #BA588E;
}
.BgClassName
{
background-color: #BA588E;
}
</style>
border-color css
<style>
span { border-color: #BA588E; }
span { border-color: rgb(186,88,142); }
td.TdClassName
{
border-color: #BA588E;
}
.TagClassName
{
border-color: #BA588E;
}
</style>