Shades of Mulberry #BA598A
Tints of Mulberry #BA598A
RGB
CMYK
RGB Variations
Color information
#BA598A (or 0xBA598A) is known color: Mulberry. HEX triplet: BA, 59 and 8A. RGB value is (186,89,138). Sum of RGB (Red+Green+Blue) = 186+89+138=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA598A is #45A675. Grayscale: #7B7B7B. Windows color (decimal): -4564598 or 9066938. OLE color: 9066938.
HSL color Cylindrical-coordinate representation of color #BA598A: hue angle of 329.69º 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 #BA598A is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 138 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.27 |
| HSL | 329.69º | 0.41% | 0.54% | - |
| HSV(B) | 329.69º | 0.52% | 0.73% | - |
| XYZ | 28.41 | 19.42 | 26.3 | - |
| YUV | 123.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 138 | 0 | 0.52 | 0.26 | 0.27 | 329.69 | 0.41 | 0.54 |
| Hex | BA | 59 | 8A | 0 | 34 | 1A | 1B | 14A | 29 | 36 |
| Octal | 272 | 131 | 212 | 0 | 64 | 32 | 33 | 512 | 51 | 66 |
| Binary | 10111010 | 1011001 | 10001010 | 0 | 110100 | 11010 | 11011 | 101001010 | 101001 | 110110 |
Color Harmonies of #BA598A
Complementary color
Monochromatic Colors of #BA598A
Black with #BA598A
Text Example
Text Example
White with #BA598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA598A; }
p { color: rgb(186,89,138); }
H1.HeaderClassName
{
color: #BA598A;
}
.AnyTagClassName
{
color: #BA598A;
}
</style>
background-color css
<style>
a { background-color: #BA598A; }
a { background-color: rgb(186,89,138); }
div.DivClassName
{
background-color: #BA598A;
}
.BgClassName
{
background-color: #BA598A;
}
</style>
border-color css
<style>
span { border-color: #BA598A; }
span { border-color: rgb(186,89,138); }
td.TdClassName
{
border-color: #BA598A;
}
.TagClassName
{
border-color: #BA598A;
}
</style>