Shades of Mulberry #BA5E96
Tints of Mulberry #BA5E96
RGB
CMYK
RGB Variations
Color information
#BA5E96 (or 0xBA5E96) is known color: Mulberry. HEX triplet: BA, 5E and 96. RGB value is (186,94,150). Sum of RGB (Red+Green+Blue) = 186+94+150=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5E96 is #45A169. Grayscale: #7F7F7F. Windows color (decimal): -4563306 or 9854650. OLE color: 9854650.
HSL color Cylindrical-coordinate representation of color #BA5E96: hue angle of 323.48º 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 #BA5E96 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 94 | 150 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.27 |
| HSL | 323.48º | 0.4% | 0.55% | - |
| HSV(B) | 323.48º | 0.49% | 0.73% | - |
| XYZ | 29.76 | 20.65 | 31.27 | - |
| YUV | 127.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 94 | 150 | 0 | 0.49 | 0.19 | 0.27 | 323.48 | 0.4 | 0.55 |
| Hex | BA | 5E | 96 | 0 | 31 | 13 | 1B | 143 | 28 | 37 |
| Octal | 272 | 136 | 226 | 0 | 61 | 23 | 33 | 503 | 50 | 67 |
| Binary | 10111010 | 1011110 | 10010110 | 0 | 110001 | 10011 | 11011 | 101000011 | 101000 | 110111 |
Color Harmonies of #BA5E96
Complementary color
Monochromatic Colors of #BA5E96
Black with #BA5E96
Text Example
Text Example
White with #BA5E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5E96; }
p { color: rgb(186,94,150); }
H1.HeaderClassName
{
color: #BA5E96;
}
.AnyTagClassName
{
color: #BA5E96;
}
</style>
background-color css
<style>
a { background-color: #BA5E96; }
a { background-color: rgb(186,94,150); }
div.DivClassName
{
background-color: #BA5E96;
}
.BgClassName
{
background-color: #BA5E96;
}
</style>
border-color css
<style>
span { border-color: #BA5E96; }
span { border-color: rgb(186,94,150); }
td.TdClassName
{
border-color: #BA5E96;
}
.TagClassName
{
border-color: #BA5E96;
}
</style>