Shades of Mulberry #BA599E
Tints of Mulberry #BA599E
RGB
CMYK
RGB Variations
Color information
#BA599E (or 0xBA599E) is known color: Mulberry. HEX triplet: BA, 59 and 9E. RGB value is (186,89,158). Sum of RGB (Red+Green+Blue) = 186+89+158=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA599E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA599E is #45A661. Grayscale: #7D7D7D. Windows color (decimal): -4564578 or 10377658. OLE color: 10377658.
HSL color Cylindrical-coordinate representation of color #BA599E: hue angle of 317.32º 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 #BA599E is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 158 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.27 |
| HSL | 317.32º | 0.41% | 0.54% | - |
| HSV(B) | 317.32º | 0.52% | 0.73% | - |
| XYZ | 29.99 | 20.05 | 34.64 | - |
| YUV | 125.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 158 | 0 | 0.52 | 0.15 | 0.27 | 317.32 | 0.41 | 0.54 |
| Hex | BA | 59 | 9E | 0 | 34 | F | 1B | 13D | 29 | 36 |
| Octal | 272 | 131 | 236 | 0 | 64 | 17 | 33 | 475 | 51 | 66 |
| Binary | 10111010 | 1011001 | 10011110 | 0 | 110100 | 1111 | 11011 | 100111101 | 101001 | 110110 |
Color Harmonies of #BA599E
Complementary color
Monochromatic Colors of #BA599E
Black with #BA599E
Text Example
Text Example
White with #BA599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA599E; }
p { color: rgb(186,89,158); }
H1.HeaderClassName
{
color: #BA599E;
}
.AnyTagClassName
{
color: #BA599E;
}
</style>
background-color css
<style>
a { background-color: #BA599E; }
a { background-color: rgb(186,89,158); }
div.DivClassName
{
background-color: #BA599E;
}
.BgClassName
{
background-color: #BA599E;
}
</style>
border-color css
<style>
span { border-color: #BA599E; }
span { border-color: rgb(186,89,158); }
td.TdClassName
{
border-color: #BA599E;
}
.TagClassName
{
border-color: #BA599E;
}
</style>