Shades of Mulberry #BA4484
Tints of Mulberry #BA4484
RGB
CMYK
RGB Variations
Color information
#BA4484 (or 0xBA4484) is known color: Mulberry. HEX triplet: BA, 44 and 84. RGB value is (186,68,132). Sum of RGB (Red+Green+Blue) = 186+68+132=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4484 is #45BB7B. Grayscale: #6E6E6E. Windows color (decimal): -4569980 or 8668346. OLE color: 8668346.
HSL color Cylindrical-coordinate representation of color #BA4484: hue angle of 327.46º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4484 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 132 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.27 |
| HSL | 327.46º | 0.46% | 0.5% | - |
| HSV(B) | 327.46º | 0.63% | 0.73% | - |
| XYZ | 26.48 | 16.24 | 23.57 | - |
| YUV | 110.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 132 | 0 | 0.63 | 0.29 | 0.27 | 327.46 | 0.46 | 0.5 |
| Hex | BA | 44 | 84 | 0 | 3F | 1D | 1B | 147 | 2E | 32 |
| Octal | 272 | 104 | 204 | 0 | 77 | 35 | 33 | 507 | 56 | 62 |
| Binary | 10111010 | 1000100 | 10000100 | 0 | 111111 | 11101 | 11011 | 101000111 | 101110 | 110010 |
Color Harmonies of #BA4484
Complementary color
Monochromatic Colors of #BA4484
Black with #BA4484
Text Example
Text Example
White with #BA4484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4484; }
p { color: rgb(186,68,132); }
H1.HeaderClassName
{
color: #BA4484;
}
.AnyTagClassName
{
color: #BA4484;
}
</style>
background-color css
<style>
a { background-color: #BA4484; }
a { background-color: rgb(186,68,132); }
div.DivClassName
{
background-color: #BA4484;
}
.BgClassName
{
background-color: #BA4484;
}
</style>
border-color css
<style>
span { border-color: #BA4484; }
span { border-color: rgb(186,68,132); }
td.TdClassName
{
border-color: #BA4484;
}
.TagClassName
{
border-color: #BA4484;
}
</style>