Shades of Mulberry #BA4496
Tints of Mulberry #BA4496
RGB
CMYK
RGB Variations
Color information
#BA4496 (or 0xBA4496) is known color: Mulberry. HEX triplet: BA, 44 and 96. RGB value is (186,68,150). Sum of RGB (Red+Green+Blue) = 186+68+150=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4496 is #45BB69. Grayscale: #707070. Windows color (decimal): -4569962 or 9847994. OLE color: 9847994.
HSL color Cylindrical-coordinate representation of color #BA4496: hue angle of 318.31º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4496 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 150 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.27 |
| HSL | 318.31º | 0.46% | 0.5% | - |
| HSV(B) | 318.31º | 0.63% | 0.73% | - |
| XYZ | 27.82 | 16.78 | 30.63 | - |
| YUV | 112.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 150 | 0 | 0.63 | 0.19 | 0.27 | 318.31 | 0.46 | 0.5 |
| Hex | BA | 44 | 96 | 0 | 3F | 13 | 1B | 13E | 2E | 32 |
| Octal | 272 | 104 | 226 | 0 | 77 | 23 | 33 | 476 | 56 | 62 |
| Binary | 10111010 | 1000100 | 10010110 | 0 | 111111 | 10011 | 11011 | 100111110 | 101110 | 110010 |
Color Harmonies of #BA4496
Complementary color
Monochromatic Colors of #BA4496
Black with #BA4496
Text Example
Text Example
White with #BA4496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4496; }
p { color: rgb(186,68,150); }
H1.HeaderClassName
{
color: #BA4496;
}
.AnyTagClassName
{
color: #BA4496;
}
</style>
background-color css
<style>
a { background-color: #BA4496; }
a { background-color: rgb(186,68,150); }
div.DivClassName
{
background-color: #BA4496;
}
.BgClassName
{
background-color: #BA4496;
}
</style>
border-color css
<style>
span { border-color: #BA4496; }
span { border-color: rgb(186,68,150); }
td.TdClassName
{
border-color: #BA4496;
}
.TagClassName
{
border-color: #BA4496;
}
</style>