Shades of Mulberry #BA5E8E
Tints of Mulberry #BA5E8E
RGB
CMYK
RGB Variations
Color information
#BA5E8E (or 0xBA5E8E) is known color: Mulberry. HEX triplet: BA, 5E and 8E. RGB value is (186,94,142). Sum of RGB (Red+Green+Blue) = 186+94+142=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5E8E is #45A171. Grayscale: #7E7E7E. Windows color (decimal): -4563314 or 9330362. OLE color: 9330362.
HSL color Cylindrical-coordinate representation of color #BA5E8E: hue angle of 328.7º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5E8E is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 142 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.27 |
| HSL | 328.7º | 0.4% | 0.55% | - |
| HSV(B) | 328.7º | 0.49% | 0.73% | - |
| XYZ | 29.13 | 20.4 | 27.99 | - |
| YUV | 126.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 142 | 0 | 0.49 | 0.24 | 0.27 | 328.7 | 0.4 | 0.55 |
| Hex | BA | 5E | 8E | 0 | 31 | 18 | 1B | 149 | 28 | 37 |
| Octal | 272 | 136 | 216 | 0 | 61 | 30 | 33 | 511 | 50 | 67 |
| Binary | 10111010 | 1011110 | 10001110 | 0 | 110001 | 11000 | 11011 | 101001001 | 101000 | 110111 |
Color Harmonies of #BA5E8E
Complementary color
Monochromatic Colors of #BA5E8E
Black with #BA5E8E
Text Example
Text Example
White with #BA5E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E8E; }
p { color: rgb(186,94,142); }
H1.HeaderClassName
{
color: #BA5E8E;
}
.AnyTagClassName
{
color: #BA5E8E;
}
</style>
background-color css
<style>
a { background-color: #BA5E8E; }
a { background-color: rgb(186,94,142); }
div.DivClassName
{
background-color: #BA5E8E;
}
.BgClassName
{
background-color: #BA5E8E;
}
</style>
border-color css
<style>
span { border-color: #BA5E8E; }
span { border-color: rgb(186,94,142); }
td.TdClassName
{
border-color: #BA5E8E;
}
.TagClassName
{
border-color: #BA5E8E;
}
</style>