Shades of Mulberry #BA598C
Tints of Mulberry #BA598C
RGB
CMYK
RGB Variations
Color information
#BA598C (or 0xBA598C) is known color: Mulberry. HEX triplet: BA, 59 and 8C. RGB value is (186,89,140). Sum of RGB (Red+Green+Blue) = 186+89+140=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA598C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA598C is #45A673. Grayscale: #7B7B7B. Windows color (decimal): -4564596 or 9198010. OLE color: 9198010.
HSL color Cylindrical-coordinate representation of color #BA598C: hue angle of 328.45º 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 #BA598C is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 140 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.27 |
| HSL | 328.45º | 0.41% | 0.54% | - |
| HSV(B) | 328.45º | 0.52% | 0.73% | - |
| XYZ | 28.56 | 19.48 | 27.07 | - |
| YUV | 123.82 | 137.14 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 140 | 0 | 0.52 | 0.25 | 0.27 | 328.45 | 0.41 | 0.54 |
| Hex | BA | 59 | 8C | 0 | 34 | 19 | 1B | 148 | 29 | 36 |
| Octal | 272 | 131 | 214 | 0 | 64 | 31 | 33 | 510 | 51 | 66 |
| Binary | 10111010 | 1011001 | 10001100 | 0 | 110100 | 11001 | 11011 | 101001000 | 101001 | 110110 |
Color Harmonies of #BA598C
Complementary color
Monochromatic Colors of #BA598C
Black with #BA598C
Text Example
Text Example
White with #BA598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA598C; }
p { color: rgb(186,89,140); }
H1.HeaderClassName
{
color: #BA598C;
}
.AnyTagClassName
{
color: #BA598C;
}
</style>
background-color css
<style>
a { background-color: #BA598C; }
a { background-color: rgb(186,89,140); }
div.DivClassName
{
background-color: #BA598C;
}
.BgClassName
{
background-color: #BA598C;
}
</style>
border-color css
<style>
span { border-color: #BA598C; }
span { border-color: rgb(186,89,140); }
td.TdClassName
{
border-color: #BA598C;
}
.TagClassName
{
border-color: #BA598C;
}
</style>