Shades of Mulberry #BA4196
Tints of Mulberry #BA4196
RGB
CMYK
RGB Variations
Color information
#BA4196 (or 0xBA4196) is known color: Mulberry. HEX triplet: BA, 41 and 96. RGB value is (186,65,150). Sum of RGB (Red+Green+Blue) = 186+65+150=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4196 is #45BE69. Grayscale: #6E6E6E. Windows color (decimal): -4570730 or 9847226. OLE color: 9847226.
HSL color Cylindrical-coordinate representation of color #BA4196: hue angle of 317.85º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4196 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 150 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.27 |
| HSL | 317.85º | 0.48% | 0.49% | - |
| HSV(B) | 317.85º | 0.65% | 0.73% | - |
| XYZ | 27.65 | 16.42 | 30.57 | - |
| YUV | 110.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 150 | 0 | 0.65 | 0.19 | 0.27 | 317.85 | 0.48 | 0.49 |
| Hex | BA | 41 | 96 | 0 | 41 | 13 | 1B | 13E | 30 | 31 |
| Octal | 272 | 101 | 226 | 0 | 101 | 23 | 33 | 476 | 60 | 61 |
| Binary | 10111010 | 1000001 | 10010110 | 0 | 1000001 | 10011 | 11011 | 100111110 | 110000 | 110001 |
Color Harmonies of #BA4196
Complementary color
Monochromatic Colors of #BA4196
Black with #BA4196
Text Example
Text Example
White with #BA4196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4196; }
p { color: rgb(186,65,150); }
H1.HeaderClassName
{
color: #BA4196;
}
.AnyTagClassName
{
color: #BA4196;
}
</style>
background-color css
<style>
a { background-color: #BA4196; }
a { background-color: rgb(186,65,150); }
div.DivClassName
{
background-color: #BA4196;
}
.BgClassName
{
background-color: #BA4196;
}
</style>
border-color css
<style>
span { border-color: #BA4196; }
span { border-color: rgb(186,65,150); }
td.TdClassName
{
border-color: #BA4196;
}
.TagClassName
{
border-color: #BA4196;
}
</style>