Shades of Mulberry #BA4D96
Tints of Mulberry #BA4D96
RGB
CMYK
RGB Variations
Color information
#BA4D96 (or 0xBA4D96) is known color: Mulberry. HEX triplet: BA, 4D and 96. RGB value is (186,77,150). Sum of RGB (Red+Green+Blue) = 186+77+150=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4D96 is #45B269. Grayscale: #757575. Windows color (decimal): -4567658 or 9850298. OLE color: 9850298.
HSL color Cylindrical-coordinate representation of color #BA4D96: hue angle of 319.82º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4D96 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 150 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.27 |
| HSL | 319.82º | 0.44% | 0.52% | - |
| HSV(B) | 319.82º | 0.59% | 0.73% | - |
| XYZ | 28.41 | 17.95 | 30.82 | - |
| YUV | 117.91 | 146.11 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 150 | 0 | 0.59 | 0.19 | 0.27 | 319.82 | 0.44 | 0.52 |
| Hex | BA | 4D | 96 | 0 | 3B | 13 | 1B | 140 | 2C | 34 |
| Octal | 272 | 115 | 226 | 0 | 73 | 23 | 33 | 500 | 54 | 64 |
| Binary | 10111010 | 1001101 | 10010110 | 0 | 111011 | 10011 | 11011 | 101000000 | 101100 | 110100 |
Color Harmonies of #BA4D96
Complementary color
Monochromatic Colors of #BA4D96
Black with #BA4D96
Text Example
Text Example
White with #BA4D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4D96; }
p { color: rgb(186,77,150); }
H1.HeaderClassName
{
color: #BA4D96;
}
.AnyTagClassName
{
color: #BA4D96;
}
</style>
background-color css
<style>
a { background-color: #BA4D96; }
a { background-color: rgb(186,77,150); }
div.DivClassName
{
background-color: #BA4D96;
}
.BgClassName
{
background-color: #BA4D96;
}
</style>
border-color css
<style>
span { border-color: #BA4D96; }
span { border-color: rgb(186,77,150); }
td.TdClassName
{
border-color: #BA4D96;
}
.TagClassName
{
border-color: #BA4D96;
}
</style>