Shades of Mulberry #BA568E
Tints of Mulberry #BA568E
RGB
CMYK
RGB Variations
Color information
#BA568E (or 0xBA568E) is known color: Mulberry. HEX triplet: BA, 56 and 8E. RGB value is (186,86,142). Sum of RGB (Red+Green+Blue) = 186+86+142=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA568E is #45A971. Grayscale: #7A7A7A. Windows color (decimal): -4565362 or 9328314. OLE color: 9328314.
HSL color Cylindrical-coordinate representation of color #BA568E: hue angle of 326.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA568E is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 86 | 142 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.27 |
| HSL | 326.4º | 0.42% | 0.53% | - |
| HSV(B) | 326.4º | 0.54% | 0.73% | - |
| XYZ | 28.46 | 19.05 | 27.77 | - |
| YUV | 122.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 86 | 142 | 0 | 0.54 | 0.24 | 0.27 | 326.4 | 0.42 | 0.53 |
| Hex | BA | 56 | 8E | 0 | 36 | 18 | 1B | 146 | 2A | 35 |
| Octal | 272 | 126 | 216 | 0 | 66 | 30 | 33 | 506 | 52 | 65 |
| Binary | 10111010 | 1010110 | 10001110 | 0 | 110110 | 11000 | 11011 | 101000110 | 101010 | 110101 |
Color Harmonies of #BA568E
Complementary color
Monochromatic Colors of #BA568E
Black with #BA568E
Text Example
Text Example
White with #BA568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA568E; }
p { color: rgb(186,86,142); }
H1.HeaderClassName
{
color: #BA568E;
}
.AnyTagClassName
{
color: #BA568E;
}
</style>
background-color css
<style>
a { background-color: #BA568E; }
a { background-color: rgb(186,86,142); }
div.DivClassName
{
background-color: #BA568E;
}
.BgClassName
{
background-color: #BA568E;
}
</style>
border-color css
<style>
span { border-color: #BA568E; }
span { border-color: rgb(186,86,142); }
td.TdClassName
{
border-color: #BA568E;
}
.TagClassName
{
border-color: #BA568E;
}
</style>