Shades of Mulberry #BA4983
Tints of Mulberry #BA4983
RGB
CMYK
RGB Variations
Color information
#BA4983 (or 0xBA4983) is known color: Mulberry. HEX triplet: BA, 49 and 83. RGB value is (186,73,131). Sum of RGB (Red+Green+Blue) = 186+73+131=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4983 is #45B67C. Grayscale: #717171. Windows color (decimal): -4568701 or 8604090. OLE color: 8604090.
HSL color Cylindrical-coordinate representation of color #BA4983: hue angle of 329.2º 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 #BA4983 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 73 | 131 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.27 |
| HSL | 329.2º | 0.45% | 0.51% | - |
| HSV(B) | 329.2º | 0.61% | 0.73% | - |
| XYZ | 26.73 | 16.84 | 23.31 | - |
| YUV | 113.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 73 | 131 | 0 | 0.61 | 0.30 | 0.27 | 329.2 | 0.45 | 0.51 |
| Hex | BA | 49 | 83 | 0 | 3D | 1E | 1B | 149 | 2D | 33 |
| Octal | 272 | 111 | 203 | 0 | 75 | 36 | 33 | 511 | 55 | 63 |
| Binary | 10111010 | 1001001 | 10000011 | 0 | 111101 | 11110 | 11011 | 101001001 | 101101 | 110011 |
Color Harmonies of #BA4983
Complementary color
Monochromatic Colors of #BA4983
Black with #BA4983
Text Example
Text Example
White with #BA4983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4983; }
p { color: rgb(186,73,131); }
H1.HeaderClassName
{
color: #BA4983;
}
.AnyTagClassName
{
color: #BA4983;
}
</style>
background-color css
<style>
a { background-color: #BA4983; }
a { background-color: rgb(186,73,131); }
div.DivClassName
{
background-color: #BA4983;
}
.BgClassName
{
background-color: #BA4983;
}
</style>
border-color css
<style>
span { border-color: #BA4983; }
span { border-color: rgb(186,73,131); }
td.TdClassName
{
border-color: #BA4983;
}
.TagClassName
{
border-color: #BA4983;
}
</style>