Shades of Mulberry #BA4984
Tints of Mulberry #BA4984
RGB
CMYK
RGB Variations
Color information
#BA4984 (or 0xBA4984) is known color: Mulberry. HEX triplet: BA, 49 and 84. RGB value is (186,73,132). Sum of RGB (Red+Green+Blue) = 186+73+132=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4984 is #45B67B. Grayscale: #717171. Windows color (decimal): -4568700 or 8669626. OLE color: 8669626.
HSL color Cylindrical-coordinate representation of color #BA4984: hue angle of 328.67º 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 #BA4984 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 132 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.27 |
| HSL | 328.67º | 0.45% | 0.51% | - |
| HSV(B) | 328.67º | 0.61% | 0.73% | - |
| XYZ | 26.8 | 16.87 | 23.67 | - |
| YUV | 113.51 | 138.44 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 132 | 0 | 0.61 | 0.29 | 0.27 | 328.67 | 0.45 | 0.51 |
| Hex | BA | 49 | 84 | 0 | 3D | 1D | 1B | 149 | 2D | 33 |
| Octal | 272 | 111 | 204 | 0 | 75 | 35 | 33 | 511 | 55 | 63 |
| Binary | 10111010 | 1001001 | 10000100 | 0 | 111101 | 11101 | 11011 | 101001001 | 101101 | 110011 |
Color Harmonies of #BA4984
Complementary color
Monochromatic Colors of #BA4984
Black with #BA4984
Text Example
Text Example
White with #BA4984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4984; }
p { color: rgb(186,73,132); }
H1.HeaderClassName
{
color: #BA4984;
}
.AnyTagClassName
{
color: #BA4984;
}
</style>
background-color css
<style>
a { background-color: #BA4984; }
a { background-color: rgb(186,73,132); }
div.DivClassName
{
background-color: #BA4984;
}
.BgClassName
{
background-color: #BA4984;
}
</style>
border-color css
<style>
span { border-color: #BA4984; }
span { border-color: rgb(186,73,132); }
td.TdClassName
{
border-color: #BA4984;
}
.TagClassName
{
border-color: #BA4984;
}
</style>