Shades of Mulberry #BA588B
Tints of Mulberry #BA588B
RGB
CMYK
RGB Variations
Color information
#BA588B (or 0xBA588B) is known color: Mulberry. HEX triplet: BA, 58 and 8B. RGB value is (186,88,139). Sum of RGB (Red+Green+Blue) = 186+88+139=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA588B is #45A774. Grayscale: #7B7B7B. Windows color (decimal): -4564853 or 9132218. OLE color: 9132218.
HSL color Cylindrical-coordinate representation of color #BA588B: hue angle of 328.78º 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 #BA588B is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 139 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.27 |
| HSL | 328.78º | 0.42% | 0.54% | - |
| HSV(B) | 328.78º | 0.53% | 0.73% | - |
| XYZ | 28.4 | 19.28 | 26.65 | - |
| YUV | 123.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 139 | 0 | 0.53 | 0.25 | 0.27 | 328.78 | 0.42 | 0.54 |
| Hex | BA | 58 | 8B | 0 | 35 | 19 | 1B | 149 | 2A | 36 |
| Octal | 272 | 130 | 213 | 0 | 65 | 31 | 33 | 511 | 52 | 66 |
| Binary | 10111010 | 1011000 | 10001011 | 0 | 110101 | 11001 | 11011 | 101001001 | 101010 | 110110 |
Color Harmonies of #BA588B
Complementary color
Monochromatic Colors of #BA588B
Black with #BA588B
Text Example
Text Example
White with #BA588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA588B; }
p { color: rgb(186,88,139); }
H1.HeaderClassName
{
color: #BA588B;
}
.AnyTagClassName
{
color: #BA588B;
}
</style>
background-color css
<style>
a { background-color: #BA588B; }
a { background-color: rgb(186,88,139); }
div.DivClassName
{
background-color: #BA588B;
}
.BgClassName
{
background-color: #BA588B;
}
</style>
border-color css
<style>
span { border-color: #BA588B; }
span { border-color: rgb(186,88,139); }
td.TdClassName
{
border-color: #BA588B;
}
.TagClassName
{
border-color: #BA588B;
}
</style>