Shades of Mulberry #BA4B84
Tints of Mulberry #BA4B84
RGB
CMYK
RGB Variations
Color information
#BA4B84 (or 0xBA4B84) is known color: Mulberry. HEX triplet: BA, 4B and 84. RGB value is (186,75,132). Sum of RGB (Red+Green+Blue) = 186+75+132=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4B84 is #45B47B. Grayscale: #727272. Windows color (decimal): -4568188 or 8670138. OLE color: 8670138.
HSL color Cylindrical-coordinate representation of color #BA4B84: hue angle of 329.19º 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 #BA4B84 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 132 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.27 |
| HSL | 329.19º | 0.45% | 0.51% | - |
| HSV(B) | 329.19º | 0.6% | 0.73% | - |
| XYZ | 26.93 | 17.14 | 23.72 | - |
| YUV | 114.69 | 137.77 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 132 | 0 | 0.60 | 0.29 | 0.27 | 329.19 | 0.45 | 0.51 |
| Hex | BA | 4B | 84 | 0 | 3C | 1D | 1B | 149 | 2D | 33 |
| Octal | 272 | 113 | 204 | 0 | 74 | 35 | 33 | 511 | 55 | 63 |
| Binary | 10111010 | 1001011 | 10000100 | 0 | 111100 | 11101 | 11011 | 101001001 | 101101 | 110011 |
Color Harmonies of #BA4B84
Complementary color
Monochromatic Colors of #BA4B84
Black with #BA4B84
Text Example
Text Example
White with #BA4B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4B84; }
p { color: rgb(186,75,132); }
H1.HeaderClassName
{
color: #BA4B84;
}
.AnyTagClassName
{
color: #BA4B84;
}
</style>
background-color css
<style>
a { background-color: #BA4B84; }
a { background-color: rgb(186,75,132); }
div.DivClassName
{
background-color: #BA4B84;
}
.BgClassName
{
background-color: #BA4B84;
}
</style>
border-color css
<style>
span { border-color: #BA4B84; }
span { border-color: rgb(186,75,132); }
td.TdClassName
{
border-color: #BA4B84;
}
.TagClassName
{
border-color: #BA4B84;
}
</style>