Shades of Mulberry #BA598E
Tints of Mulberry #BA598E
RGB
CMYK
RGB Variations
Color information
#BA598E (or 0xBA598E) is known color: Mulberry. HEX triplet: BA, 59 and 8E. RGB value is (186,89,142). Sum of RGB (Red+Green+Blue) = 186+89+142=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA598E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA598E is #45A671. Grayscale: #7B7B7B. Windows color (decimal): -4564594 or 9329082. OLE color: 9329082.
HSL color Cylindrical-coordinate representation of color #BA598E: hue angle of 327.22º 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 #BA598E is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 89 | 142 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.27 |
| HSL | 327.22º | 0.41% | 0.54% | - |
| HSV(B) | 327.22º | 0.52% | 0.73% | - |
| XYZ | 28.7 | 19.54 | 27.85 | - |
| YUV | 124.05 | 138.14 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 142 | 0 | 0.52 | 0.24 | 0.27 | 327.22 | 0.41 | 0.54 |
| Hex | BA | 59 | 8E | 0 | 34 | 18 | 1B | 147 | 29 | 36 |
| Octal | 272 | 131 | 216 | 0 | 64 | 30 | 33 | 507 | 51 | 66 |
| Binary | 10111010 | 1011001 | 10001110 | 0 | 110100 | 11000 | 11011 | 101000111 | 101001 | 110110 |
Color Harmonies of #BA598E
Complementary color
Monochromatic Colors of #BA598E
Black with #BA598E
Text Example
Text Example
White with #BA598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA598E; }
p { color: rgb(186,89,142); }
H1.HeaderClassName
{
color: #BA598E;
}
.AnyTagClassName
{
color: #BA598E;
}
</style>
background-color css
<style>
a { background-color: #BA598E; }
a { background-color: rgb(186,89,142); }
div.DivClassName
{
background-color: #BA598E;
}
.BgClassName
{
background-color: #BA598E;
}
</style>
border-color css
<style>
span { border-color: #BA598E; }
span { border-color: rgb(186,89,142); }
td.TdClassName
{
border-color: #BA598E;
}
.TagClassName
{
border-color: #BA598E;
}
</style>