Shades of Mulberry #BA4796
Tints of Mulberry #BA4796
RGB
CMYK
RGB Variations
Color information
#BA4796 (or 0xBA4796) is known color: Mulberry. HEX triplet: BA, 47 and 96. RGB value is (186,71,150). Sum of RGB (Red+Green+Blue) = 186+71+150=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4796 is #45B869. Grayscale: #727272. Windows color (decimal): -4569194 or 9848762. OLE color: 9848762.
HSL color Cylindrical-coordinate representation of color #BA4796: hue angle of 318.78º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4796 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 150 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.27 |
| HSL | 318.78º | 0.45% | 0.5% | - |
| HSV(B) | 318.78º | 0.62% | 0.73% | - |
| XYZ | 28.01 | 17.15 | 30.69 | - |
| YUV | 114.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 150 | 0 | 0.62 | 0.19 | 0.27 | 318.78 | 0.45 | 0.5 |
| Hex | BA | 47 | 96 | 0 | 3E | 13 | 1B | 13F | 2D | 32 |
| Octal | 272 | 107 | 226 | 0 | 76 | 23 | 33 | 477 | 55 | 62 |
| Binary | 10111010 | 1000111 | 10010110 | 0 | 111110 | 10011 | 11011 | 100111111 | 101101 | 110010 |
Color Harmonies of #BA4796
Complementary color
Monochromatic Colors of #BA4796
Black with #BA4796
Text Example
Text Example
White with #BA4796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4796; }
p { color: rgb(186,71,150); }
H1.HeaderClassName
{
color: #BA4796;
}
.AnyTagClassName
{
color: #BA4796;
}
</style>
background-color css
<style>
a { background-color: #BA4796; }
a { background-color: rgb(186,71,150); }
div.DivClassName
{
background-color: #BA4796;
}
.BgClassName
{
background-color: #BA4796;
}
</style>
border-color css
<style>
span { border-color: #BA4796; }
span { border-color: rgb(186,71,150); }
td.TdClassName
{
border-color: #BA4796;
}
.TagClassName
{
border-color: #BA4796;
}
</style>