Shades of Mulberry #BA4999
Tints of Mulberry #BA4999
RGB
CMYK
RGB Variations
Color information
#BA4999 (or 0xBA4999) is known color: Mulberry. HEX triplet: BA, 49 and 99. RGB value is (186,73,153). Sum of RGB (Red+Green+Blue) = 186+73+153=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4999 is #45B666. Grayscale: #737373. Windows color (decimal): -4568679 or 10045882. OLE color: 10045882.
HSL color Cylindrical-coordinate representation of color #BA4999: hue angle of 317.52º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4999 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 153 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.27 |
| HSL | 317.52º | 0.45% | 0.51% | - |
| HSV(B) | 317.52º | 0.61% | 0.73% | - |
| XYZ | 28.38 | 17.5 | 32.02 | - |
| YUV | 115.91 | 148.94 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 153 | 0 | 0.61 | 0.18 | 0.27 | 317.52 | 0.45 | 0.51 |
| Hex | BA | 49 | 99 | 0 | 3D | 12 | 1B | 13E | 2D | 33 |
| Octal | 272 | 111 | 231 | 0 | 75 | 22 | 33 | 476 | 55 | 63 |
| Binary | 10111010 | 1001001 | 10011001 | 0 | 111101 | 10010 | 11011 | 100111110 | 101101 | 110011 |
Color Harmonies of #BA4999
Complementary color
Monochromatic Colors of #BA4999
Black with #BA4999
Text Example
Text Example
White with #BA4999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4999; }
p { color: rgb(186,73,153); }
H1.HeaderClassName
{
color: #BA4999;
}
.AnyTagClassName
{
color: #BA4999;
}
</style>
background-color css
<style>
a { background-color: #BA4999; }
a { background-color: rgb(186,73,153); }
div.DivClassName
{
background-color: #BA4999;
}
.BgClassName
{
background-color: #BA4999;
}
</style>
border-color css
<style>
span { border-color: #BA4999; }
span { border-color: rgb(186,73,153); }
td.TdClassName
{
border-color: #BA4999;
}
.TagClassName
{
border-color: #BA4999;
}
</style>