Shades of Mulberry #BA4581
Tints of Mulberry #BA4581
RGB
CMYK
RGB Variations
Color information
#BA4581 (or 0xBA4581) is known color: Mulberry. HEX triplet: BA, 45 and 81. RGB value is (186,69,129). Sum of RGB (Red+Green+Blue) = 186+69+129=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4581 is #45BA7E. Grayscale: #6E6E6E. Windows color (decimal): -4569727 or 8471994. OLE color: 8471994.
HSL color Cylindrical-coordinate representation of color #BA4581: hue angle of 329.23º 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 #BA4581 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 129 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.27 |
| HSL | 329.23º | 0.46% | 0.5% | - |
| HSV(B) | 329.23º | 0.63% | 0.73% | - |
| XYZ | 26.34 | 16.28 | 22.52 | - |
| YUV | 110.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 129 | 0 | 0.63 | 0.31 | 0.27 | 329.23 | 0.46 | 0.5 |
| Hex | BA | 45 | 81 | 0 | 3F | 1F | 1B | 149 | 2E | 32 |
| Octal | 272 | 105 | 201 | 0 | 77 | 37 | 33 | 511 | 56 | 62 |
| Binary | 10111010 | 1000101 | 10000001 | 0 | 111111 | 11111 | 11011 | 101001001 | 101110 | 110010 |
Color Harmonies of #BA4581
Complementary color
Monochromatic Colors of #BA4581
Black with #BA4581
Text Example
Text Example
White with #BA4581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4581; }
p { color: rgb(186,69,129); }
H1.HeaderClassName
{
color: #BA4581;
}
.AnyTagClassName
{
color: #BA4581;
}
</style>
background-color css
<style>
a { background-color: #BA4581; }
a { background-color: rgb(186,69,129); }
div.DivClassName
{
background-color: #BA4581;
}
.BgClassName
{
background-color: #BA4581;
}
</style>
border-color css
<style>
span { border-color: #BA4581; }
span { border-color: rgb(186,69,129); }
td.TdClassName
{
border-color: #BA4581;
}
.TagClassName
{
border-color: #BA4581;
}
</style>