Shades of Mulberry #BA6096
Tints of Mulberry #BA6096
RGB
CMYK
RGB Variations
Color information
#BA6096 (or 0xBA6096) is known color: Mulberry. HEX triplet: BA, 60 and 96. RGB value is (186,96,150). Sum of RGB (Red+Green+Blue) = 186+96+150=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6096 is #459F69. Grayscale: #808080. Windows color (decimal): -4562794 or 9855162. OLE color: 9855162.
HSL color Cylindrical-coordinate representation of color #BA6096: hue angle of 324º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6096 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 96 | 150 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.27 |
| HSL | 324º | 0.39% | 0.55% | - |
| HSV(B) | 324º | 0.48% | 0.73% | - |
| XYZ | 29.94 | 21.01 | 31.33 | - |
| YUV | 129.07 | 139.82 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 150 | 0 | 0.48 | 0.19 | 0.27 | 324 | 0.39 | 0.55 |
| Hex | BA | 60 | 96 | 0 | 30 | 13 | 1B | 144 | 27 | 37 |
| Octal | 272 | 140 | 226 | 0 | 60 | 23 | 33 | 504 | 47 | 67 |
| Binary | 10111010 | 1100000 | 10010110 | 0 | 110000 | 10011 | 11011 | 101000100 | 100111 | 110111 |
Color Harmonies of #BA6096
Complementary color
Monochromatic Colors of #BA6096
Black with #BA6096
Text Example
Text Example
White with #BA6096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6096; }
p { color: rgb(186,96,150); }
H1.HeaderClassName
{
color: #BA6096;
}
.AnyTagClassName
{
color: #BA6096;
}
</style>
background-color css
<style>
a { background-color: #BA6096; }
a { background-color: rgb(186,96,150); }
div.DivClassName
{
background-color: #BA6096;
}
.BgClassName
{
background-color: #BA6096;
}
</style>
border-color css
<style>
span { border-color: #BA6096; }
span { border-color: rgb(186,96,150); }
td.TdClassName
{
border-color: #BA6096;
}
.TagClassName
{
border-color: #BA6096;
}
</style>