Shades of Mulberry #BA4589
Tints of Mulberry #BA4589
RGB
CMYK
RGB Variations
Color information
#BA4589 (or 0xBA4589) is known color: Mulberry. HEX triplet: BA, 45 and 89. RGB value is (186,69,137). Sum of RGB (Red+Green+Blue) = 186+69+137=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4589 is #45BA76. Grayscale: #6F6F6F. Windows color (decimal): -4569719 or 8996282. OLE color: 8996282.
HSL color Cylindrical-coordinate representation of color #BA4589: hue angle of 325.13º 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 #BA4589 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 69 | 137 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.27 |
| HSL | 325.13º | 0.46% | 0.5% | - |
| HSV(B) | 325.13º | 0.63% | 0.73% | - |
| XYZ | 26.89 | 16.5 | 25.43 | - |
| YUV | 111.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 69 | 137 | 0 | 0.63 | 0.26 | 0.27 | 325.13 | 0.46 | 0.5 |
| Hex | BA | 45 | 89 | 0 | 3F | 1A | 1B | 145 | 2E | 32 |
| Octal | 272 | 105 | 211 | 0 | 77 | 32 | 33 | 505 | 56 | 62 |
| Binary | 10111010 | 1000101 | 10001001 | 0 | 111111 | 11010 | 11011 | 101000101 | 101110 | 110010 |
Color Harmonies of #BA4589
Complementary color
Monochromatic Colors of #BA4589
Black with #BA4589
Text Example
Text Example
White with #BA4589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4589; }
p { color: rgb(186,69,137); }
H1.HeaderClassName
{
color: #BA4589;
}
.AnyTagClassName
{
color: #BA4589;
}
</style>
background-color css
<style>
a { background-color: #BA4589; }
a { background-color: rgb(186,69,137); }
div.DivClassName
{
background-color: #BA4589;
}
.BgClassName
{
background-color: #BA4589;
}
</style>
border-color css
<style>
span { border-color: #BA4589; }
span { border-color: rgb(186,69,137); }
td.TdClassName
{
border-color: #BA4589;
}
.TagClassName
{
border-color: #BA4589;
}
</style>