Shades of Mulberry #BA4485
Tints of Mulberry #BA4485
RGB
CMYK
RGB Variations
Color information
#BA4485 (or 0xBA4485) is known color: Mulberry. HEX triplet: BA, 44 and 85. RGB value is (186,68,133). Sum of RGB (Red+Green+Blue) = 186+68+133=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4485 is #45BB7A. Grayscale: #6E6E6E. Windows color (decimal): -4569979 or 8733882. OLE color: 8733882.
HSL color Cylindrical-coordinate representation of color #BA4485: hue angle of 326.95º 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 #BA4485 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 133 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.27 |
| HSL | 326.95º | 0.46% | 0.5% | - |
| HSV(B) | 326.95º | 0.63% | 0.73% | - |
| XYZ | 26.55 | 16.27 | 23.93 | - |
| YUV | 110.69 | 140.59 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 133 | 0 | 0.63 | 0.28 | 0.27 | 326.95 | 0.46 | 0.5 |
| Hex | BA | 44 | 85 | 0 | 3F | 1C | 1B | 147 | 2E | 32 |
| Octal | 272 | 104 | 205 | 0 | 77 | 34 | 33 | 507 | 56 | 62 |
| Binary | 10111010 | 1000100 | 10000101 | 0 | 111111 | 11100 | 11011 | 101000111 | 101110 | 110010 |
Color Harmonies of #BA4485
Complementary color
Monochromatic Colors of #BA4485
Black with #BA4485
Text Example
Text Example
White with #BA4485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4485; }
p { color: rgb(186,68,133); }
H1.HeaderClassName
{
color: #BA4485;
}
.AnyTagClassName
{
color: #BA4485;
}
</style>
background-color css
<style>
a { background-color: #BA4485; }
a { background-color: rgb(186,68,133); }
div.DivClassName
{
background-color: #BA4485;
}
.BgClassName
{
background-color: #BA4485;
}
</style>
border-color css
<style>
span { border-color: #BA4485; }
span { border-color: rgb(186,68,133); }
td.TdClassName
{
border-color: #BA4485;
}
.TagClassName
{
border-color: #BA4485;
}
</style>