Shades of Mulberry #BA4A83
Tints of Mulberry #BA4A83
RGB
CMYK
RGB Variations
Color information
#BA4A83 (or 0xBA4A83) is known color: Mulberry. HEX triplet: BA, 4A and 83. RGB value is (186,74,131). Sum of RGB (Red+Green+Blue) = 186+74+131=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4A83 is #45B57C. Grayscale: #717171. Windows color (decimal): -4568445 or 8604346. OLE color: 8604346.
HSL color Cylindrical-coordinate representation of color #BA4A83: hue angle of 329.46º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4A83 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 131 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.27 |
| HSL | 329.46º | 0.45% | 0.51% | - |
| HSV(B) | 329.46º | 0.6% | 0.73% | - |
| XYZ | 26.8 | 16.98 | 23.34 | - |
| YUV | 113.99 | 137.61 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 131 | 0 | 0.60 | 0.30 | 0.27 | 329.46 | 0.45 | 0.51 |
| Hex | BA | 4A | 83 | 0 | 3C | 1E | 1B | 149 | 2D | 33 |
| Octal | 272 | 112 | 203 | 0 | 74 | 36 | 33 | 511 | 55 | 63 |
| Binary | 10111010 | 1001010 | 10000011 | 0 | 111100 | 11110 | 11011 | 101001001 | 101101 | 110011 |
Color Harmonies of #BA4A83
Complementary color
Monochromatic Colors of #BA4A83
Black with #BA4A83
Text Example
Text Example
White with #BA4A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A83; }
p { color: rgb(186,74,131); }
H1.HeaderClassName
{
color: #BA4A83;
}
.AnyTagClassName
{
color: #BA4A83;
}
</style>
background-color css
<style>
a { background-color: #BA4A83; }
a { background-color: rgb(186,74,131); }
div.DivClassName
{
background-color: #BA4A83;
}
.BgClassName
{
background-color: #BA4A83;
}
</style>
border-color css
<style>
span { border-color: #BA4A83; }
span { border-color: rgb(186,74,131); }
td.TdClassName
{
border-color: #BA4A83;
}
.TagClassName
{
border-color: #BA4A83;
}
</style>