Shades of Mulberry #BA589B
Tints of Mulberry #BA589B
RGB
CMYK
RGB Variations
Color information
#BA589B (or 0xBA589B) is known color: Mulberry. HEX triplet: BA, 58 and 9B. RGB value is (186,88,155). Sum of RGB (Red+Green+Blue) = 186+88+155=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA589B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA589B is #45A764. Grayscale: #7C7C7C. Windows color (decimal): -4564837 or 10180794. OLE color: 10180794.
HSL color Cylindrical-coordinate representation of color #BA589B: hue angle of 318.98º 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 #BA589B is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 155 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.27 |
| HSL | 318.98º | 0.42% | 0.54% | - |
| HSV(B) | 318.98º | 0.53% | 0.73% | - |
| XYZ | 29.66 | 19.79 | 33.27 | - |
| YUV | 124.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 155 | 0 | 0.53 | 0.17 | 0.27 | 318.98 | 0.42 | 0.54 |
| Hex | BA | 58 | 9B | 0 | 35 | 11 | 1B | 13F | 2A | 36 |
| Octal | 272 | 130 | 233 | 0 | 65 | 21 | 33 | 477 | 52 | 66 |
| Binary | 10111010 | 1011000 | 10011011 | 0 | 110101 | 10001 | 11011 | 100111111 | 101010 | 110110 |
Color Harmonies of #BA589B
Complementary color
Monochromatic Colors of #BA589B
Black with #BA589B
Text Example
Text Example
White with #BA589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA589B; }
p { color: rgb(186,88,155); }
H1.HeaderClassName
{
color: #BA589B;
}
.AnyTagClassName
{
color: #BA589B;
}
</style>
background-color css
<style>
a { background-color: #BA589B; }
a { background-color: rgb(186,88,155); }
div.DivClassName
{
background-color: #BA589B;
}
.BgClassName
{
background-color: #BA589B;
}
</style>
border-color css
<style>
span { border-color: #BA589B; }
span { border-color: rgb(186,88,155); }
td.TdClassName
{
border-color: #BA589B;
}
.TagClassName
{
border-color: #BA589B;
}
</style>