Shades of Mulberry #BA588C
Tints of Mulberry #BA588C
RGB
CMYK
RGB Variations
Color information
#BA588C (or 0xBA588C) is known color: Mulberry. HEX triplet: BA, 58 and 8C. RGB value is (186,88,140). Sum of RGB (Red+Green+Blue) = 186+88+140=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA588C is #45A773. Grayscale: #7B7B7B. Windows color (decimal): -4564852 or 9197754. OLE color: 9197754.
HSL color Cylindrical-coordinate representation of color #BA588C: hue angle of 328.16º 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 #BA588C is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 140 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.27 |
| HSL | 328.16º | 0.42% | 0.54% | - |
| HSV(B) | 328.16º | 0.53% | 0.73% | - |
| XYZ | 28.47 | 19.31 | 27.04 | - |
| YUV | 123.23 | 137.47 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 140 | 0 | 0.53 | 0.25 | 0.27 | 328.16 | 0.42 | 0.54 |
| Hex | BA | 58 | 8C | 0 | 35 | 19 | 1B | 148 | 2A | 36 |
| Octal | 272 | 130 | 214 | 0 | 65 | 31 | 33 | 510 | 52 | 66 |
| Binary | 10111010 | 1011000 | 10001100 | 0 | 110101 | 11001 | 11011 | 101001000 | 101010 | 110110 |
Color Harmonies of #BA588C
Complementary color
Monochromatic Colors of #BA588C
Black with #BA588C
Text Example
Text Example
White with #BA588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA588C; }
p { color: rgb(186,88,140); }
H1.HeaderClassName
{
color: #BA588C;
}
.AnyTagClassName
{
color: #BA588C;
}
</style>
background-color css
<style>
a { background-color: #BA588C; }
a { background-color: rgb(186,88,140); }
div.DivClassName
{
background-color: #BA588C;
}
.BgClassName
{
background-color: #BA588C;
}
</style>
border-color css
<style>
span { border-color: #BA588C; }
span { border-color: rgb(186,88,140); }
td.TdClassName
{
border-color: #BA588C;
}
.TagClassName
{
border-color: #BA588C;
}
</style>