Shades of Mulberry #BA4986
Tints of Mulberry #BA4986
RGB
CMYK
RGB Variations
Color information
#BA4986 (or 0xBA4986) is known color: Mulberry. HEX triplet: BA, 49 and 86. RGB value is (186,73,134). Sum of RGB (Red+Green+Blue) = 186+73+134=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4986 is #45B679. Grayscale: #717171. Windows color (decimal): -4568698 or 8800698. OLE color: 8800698.
HSL color Cylindrical-coordinate representation of color #BA4986: hue angle of 327.61º 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 #BA4986 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 134 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.27 |
| HSL | 327.61º | 0.45% | 0.51% | - |
| HSV(B) | 327.61º | 0.61% | 0.73% | - |
| XYZ | 26.94 | 16.93 | 24.4 | - |
| YUV | 113.74 | 139.44 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 134 | 0 | 0.61 | 0.28 | 0.27 | 327.61 | 0.45 | 0.51 |
| Hex | BA | 49 | 86 | 0 | 3D | 1C | 1B | 148 | 2D | 33 |
| Octal | 272 | 111 | 206 | 0 | 75 | 34 | 33 | 510 | 55 | 63 |
| Binary | 10111010 | 1001001 | 10000110 | 0 | 111101 | 11100 | 11011 | 101001000 | 101101 | 110011 |
Color Harmonies of #BA4986
Complementary color
Monochromatic Colors of #BA4986
Black with #BA4986
Text Example
Text Example
White with #BA4986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4986; }
p { color: rgb(186,73,134); }
H1.HeaderClassName
{
color: #BA4986;
}
.AnyTagClassName
{
color: #BA4986;
}
</style>
background-color css
<style>
a { background-color: #BA4986; }
a { background-color: rgb(186,73,134); }
div.DivClassName
{
background-color: #BA4986;
}
.BgClassName
{
background-color: #BA4986;
}
</style>
border-color css
<style>
span { border-color: #BA4986; }
span { border-color: rgb(186,73,134); }
td.TdClassName
{
border-color: #BA4986;
}
.TagClassName
{
border-color: #BA4986;
}
</style>