Shades of Mulberry #BA4584
Tints of Mulberry #BA4584
RGB
CMYK
RGB Variations
Color information
#BA4584 (or 0xBA4584) is known color: Mulberry. HEX triplet: BA, 45 and 84. RGB value is (186,69,132). Sum of RGB (Red+Green+Blue) = 186+69+132=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4584 is #45BA7B. Grayscale: #6F6F6F. Windows color (decimal): -4569724 or 8668602. OLE color: 8668602.
HSL color Cylindrical-coordinate representation of color #BA4584: hue angle of 327.69º 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 #BA4584 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 132 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.27 |
| HSL | 327.69º | 0.46% | 0.5% | - |
| HSV(B) | 327.69º | 0.63% | 0.73% | - |
| XYZ | 26.54 | 16.36 | 23.59 | - |
| YUV | 111.17 | 139.76 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 132 | 0 | 0.63 | 0.29 | 0.27 | 327.69 | 0.46 | 0.5 |
| Hex | BA | 45 | 84 | 0 | 3F | 1D | 1B | 148 | 2E | 32 |
| Octal | 272 | 105 | 204 | 0 | 77 | 35 | 33 | 510 | 56 | 62 |
| Binary | 10111010 | 1000101 | 10000100 | 0 | 111111 | 11101 | 11011 | 101001000 | 101110 | 110010 |
Color Harmonies of #BA4584
Complementary color
Monochromatic Colors of #BA4584
Black with #BA4584
Text Example
Text Example
White with #BA4584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4584; }
p { color: rgb(186,69,132); }
H1.HeaderClassName
{
color: #BA4584;
}
.AnyTagClassName
{
color: #BA4584;
}
</style>
background-color css
<style>
a { background-color: #BA4584; }
a { background-color: rgb(186,69,132); }
div.DivClassName
{
background-color: #BA4584;
}
.BgClassName
{
background-color: #BA4584;
}
</style>
border-color css
<style>
span { border-color: #BA4584; }
span { border-color: rgb(186,69,132); }
td.TdClassName
{
border-color: #BA4584;
}
.TagClassName
{
border-color: #BA4584;
}
</style>