Shades of Mulberry #BA4296
Tints of Mulberry #BA4296
RGB
CMYK
RGB Variations
Color information
#BA4296 (or 0xBA4296) is known color: Mulberry. HEX triplet: BA, 42 and 96. RGB value is (186,66,150). Sum of RGB (Red+Green+Blue) = 186+66+150=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4296 is #45BD69. Grayscale: #6F6F6F. Windows color (decimal): -4570474 or 9847482. OLE color: 9847482.
HSL color Cylindrical-coordinate representation of color #BA4296: hue angle of 318º 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 #BA4296 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 150 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.27 |
| HSL | 318º | 0.48% | 0.49% | - |
| HSV(B) | 318º | 0.65% | 0.73% | - |
| XYZ | 27.7 | 16.54 | 30.59 | - |
| YUV | 111.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 150 | 0 | 0.65 | 0.19 | 0.27 | 318 | 0.48 | 0.49 |
| Hex | BA | 42 | 96 | 0 | 41 | 13 | 1B | 13E | 30 | 31 |
| Octal | 272 | 102 | 226 | 0 | 101 | 23 | 33 | 476 | 60 | 61 |
| Binary | 10111010 | 1000010 | 10010110 | 0 | 1000001 | 10011 | 11011 | 100111110 | 110000 | 110001 |
Color Harmonies of #BA4296
Complementary color
Monochromatic Colors of #BA4296
Black with #BA4296
Text Example
Text Example
White with #BA4296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4296; }
p { color: rgb(186,66,150); }
H1.HeaderClassName
{
color: #BA4296;
}
.AnyTagClassName
{
color: #BA4296;
}
</style>
background-color css
<style>
a { background-color: #BA4296; }
a { background-color: rgb(186,66,150); }
div.DivClassName
{
background-color: #BA4296;
}
.BgClassName
{
background-color: #BA4296;
}
</style>
border-color css
<style>
span { border-color: #BA4296; }
span { border-color: rgb(186,66,150); }
td.TdClassName
{
border-color: #BA4296;
}
.TagClassName
{
border-color: #BA4296;
}
</style>