Shades of Mulberry #BA599B
Tints of Mulberry #BA599B
RGB
CMYK
RGB Variations
Color information
#BA599B (or 0xBA599B) is known color: Mulberry. HEX triplet: BA, 59 and 9B. RGB value is (186,89,155). Sum of RGB (Red+Green+Blue) = 186+89+155=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA599B is #45A664. Grayscale: #7D7D7D. Windows color (decimal): -4564581 or 10181050. OLE color: 10181050.
HSL color Cylindrical-coordinate representation of color #BA599B: hue angle of 319.18º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA599B is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 155 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.27 |
| HSL | 319.18º | 0.41% | 0.54% | - |
| HSV(B) | 319.18º | 0.52% | 0.73% | - |
| XYZ | 29.74 | 19.95 | 33.29 | - |
| YUV | 125.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 155 | 0 | 0.52 | 0.17 | 0.27 | 319.18 | 0.41 | 0.54 |
| Hex | BA | 59 | 9B | 0 | 34 | 11 | 1B | 13F | 29 | 36 |
| Octal | 272 | 131 | 233 | 0 | 64 | 21 | 33 | 477 | 51 | 66 |
| Binary | 10111010 | 1011001 | 10011011 | 0 | 110100 | 10001 | 11011 | 100111111 | 101001 | 110110 |
Color Harmonies of #BA599B
Complementary color
Monochromatic Colors of #BA599B
Black with #BA599B
Text Example
Text Example
White with #BA599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA599B; }
p { color: rgb(186,89,155); }
H1.HeaderClassName
{
color: #BA599B;
}
.AnyTagClassName
{
color: #BA599B;
}
</style>
background-color css
<style>
a { background-color: #BA599B; }
a { background-color: rgb(186,89,155); }
div.DivClassName
{
background-color: #BA599B;
}
.BgClassName
{
background-color: #BA599B;
}
</style>
border-color css
<style>
span { border-color: #BA599B; }
span { border-color: rgb(186,89,155); }
td.TdClassName
{
border-color: #BA599B;
}
.TagClassName
{
border-color: #BA599B;
}
</style>