Shades of Mulberry #BA5888
Tints of Mulberry #BA5888
RGB
CMYK
RGB Variations
Color information
#BA5888 (or 0xBA5888) is known color: Mulberry. HEX triplet: BA, 58 and 88. RGB value is (186,88,136). Sum of RGB (Red+Green+Blue) = 186+88+136=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5888 is #45A777. Grayscale: #7A7A7A. Windows color (decimal): -4564856 or 8935610. OLE color: 8935610.
HSL color Cylindrical-coordinate representation of color #BA5888: hue angle of 330.61º 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 #BA5888 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 136 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.27 |
| HSL | 330.61º | 0.42% | 0.54% | - |
| HSV(B) | 330.61º | 0.53% | 0.73% | - |
| XYZ | 28.18 | 19.2 | 25.51 | - |
| YUV | 122.77 | 135.47 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 136 | 0 | 0.53 | 0.27 | 0.27 | 330.61 | 0.42 | 0.54 |
| Hex | BA | 58 | 88 | 0 | 35 | 1B | 1B | 14B | 2A | 36 |
| Octal | 272 | 130 | 210 | 0 | 65 | 33 | 33 | 513 | 52 | 66 |
| Binary | 10111010 | 1011000 | 10001000 | 0 | 110101 | 11011 | 11011 | 101001011 | 101010 | 110110 |
Color Harmonies of #BA5888
Complementary color
Monochromatic Colors of #BA5888
Black with #BA5888
Text Example
Text Example
White with #BA5888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5888; }
p { color: rgb(186,88,136); }
H1.HeaderClassName
{
color: #BA5888;
}
.AnyTagClassName
{
color: #BA5888;
}
</style>
background-color css
<style>
a { background-color: #BA5888; }
a { background-color: rgb(186,88,136); }
div.DivClassName
{
background-color: #BA5888;
}
.BgClassName
{
background-color: #BA5888;
}
</style>
border-color css
<style>
span { border-color: #BA5888; }
span { border-color: rgb(186,88,136); }
td.TdClassName
{
border-color: #BA5888;
}
.TagClassName
{
border-color: #BA5888;
}
</style>