Shades of Mulberry #BA5E88
Tints of Mulberry #BA5E88
RGB
CMYK
RGB Variations
Color information
#BA5E88 (or 0xBA5E88) is known color: Mulberry. HEX triplet: BA, 5E and 88. RGB value is (186,94,136). Sum of RGB (Red+Green+Blue) = 186+94+136=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5E88 is #45A177. Grayscale: #7E7E7E. Windows color (decimal): -4563320 or 8937146. OLE color: 8937146.
HSL color Cylindrical-coordinate representation of color #BA5E88: hue angle of 332.61º 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 #BA5E88 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 136 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.27 |
| HSL | 332.61º | 0.4% | 0.55% | - |
| HSV(B) | 332.61º | 0.49% | 0.73% | - |
| XYZ | 28.7 | 20.22 | 25.68 | - |
| YUV | 126.3 | 133.48 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 136 | 0 | 0.49 | 0.27 | 0.27 | 332.61 | 0.4 | 0.55 |
| Hex | BA | 5E | 88 | 0 | 31 | 1B | 1B | 14D | 28 | 37 |
| Octal | 272 | 136 | 210 | 0 | 61 | 33 | 33 | 515 | 50 | 67 |
| Binary | 10111010 | 1011110 | 10001000 | 0 | 110001 | 11011 | 11011 | 101001101 | 101000 | 110111 |
Color Harmonies of #BA5E88
Complementary color
Monochromatic Colors of #BA5E88
Black with #BA5E88
Text Example
Text Example
White with #BA5E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E88; }
p { color: rgb(186,94,136); }
H1.HeaderClassName
{
color: #BA5E88;
}
.AnyTagClassName
{
color: #BA5E88;
}
</style>
background-color css
<style>
a { background-color: #BA5E88; }
a { background-color: rgb(186,94,136); }
div.DivClassName
{
background-color: #BA5E88;
}
.BgClassName
{
background-color: #BA5E88;
}
</style>
border-color css
<style>
span { border-color: #BA5E88; }
span { border-color: rgb(186,94,136); }
td.TdClassName
{
border-color: #BA5E88;
}
.TagClassName
{
border-color: #BA5E88;
}
</style>