Shades of Mulberry #BA6199
Tints of Mulberry #BA6199
RGB
CMYK
RGB Variations
Color information
#BA6199 (or 0xBA6199) is known color: Mulberry. HEX triplet: BA, 61 and 99. RGB value is (186,97,153). Sum of RGB (Red+Green+Blue) = 186+97+153=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6199 is #459E66. Grayscale: #818181. Windows color (decimal): -4562535 or 10052026. OLE color: 10052026.
HSL color Cylindrical-coordinate representation of color #BA6199: hue angle of 322.25º 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 #BA6199 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 153 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.27 |
| HSL | 322.25º | 0.39% | 0.55% | - |
| HSV(B) | 322.25º | 0.48% | 0.73% | - |
| XYZ | 30.27 | 21.29 | 32.65 | - |
| YUV | 130 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 153 | 0 | 0.48 | 0.18 | 0.27 | 322.25 | 0.39 | 0.55 |
| Hex | BA | 61 | 99 | 0 | 30 | 12 | 1B | 142 | 27 | 37 |
| Octal | 272 | 141 | 231 | 0 | 60 | 22 | 33 | 502 | 47 | 67 |
| Binary | 10111010 | 1100001 | 10011001 | 0 | 110000 | 10010 | 11011 | 101000010 | 100111 | 110111 |
Color Harmonies of #BA6199
Complementary color
Monochromatic Colors of #BA6199
Black with #BA6199
Text Example
Text Example
White with #BA6199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6199; }
p { color: rgb(186,97,153); }
H1.HeaderClassName
{
color: #BA6199;
}
.AnyTagClassName
{
color: #BA6199;
}
</style>
background-color css
<style>
a { background-color: #BA6199; }
a { background-color: rgb(186,97,153); }
div.DivClassName
{
background-color: #BA6199;
}
.BgClassName
{
background-color: #BA6199;
}
</style>
border-color css
<style>
span { border-color: #BA6199; }
span { border-color: rgb(186,97,153); }
td.TdClassName
{
border-color: #BA6199;
}
.TagClassName
{
border-color: #BA6199;
}
</style>