Shades of Mulberry #BA5892
Tints of Mulberry #BA5892
RGB
CMYK
RGB Variations
Color information
#BA5892 (or 0xBA5892) is known color: Mulberry. HEX triplet: BA, 58 and 92. RGB value is (186,88,146). Sum of RGB (Red+Green+Blue) = 186+88+146=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5892 is #45A76D. Grayscale: #7B7B7B. Windows color (decimal): -4564846 or 9590970. OLE color: 9590970.
HSL color Cylindrical-coordinate representation of color #BA5892: hue angle of 324.49º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5892 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 88 | 146 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.27 |
| HSL | 324.49º | 0.42% | 0.54% | - |
| HSV(B) | 324.49º | 0.53% | 0.73% | - |
| XYZ | 28.93 | 19.49 | 29.43 | - |
| YUV | 123.91 | 140.47 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 88 | 146 | 0 | 0.53 | 0.22 | 0.27 | 324.49 | 0.42 | 0.54 |
| Hex | BA | 58 | 92 | 0 | 35 | 16 | 1B | 144 | 2A | 36 |
| Octal | 272 | 130 | 222 | 0 | 65 | 26 | 33 | 504 | 52 | 66 |
| Binary | 10111010 | 1011000 | 10010010 | 0 | 110101 | 10110 | 11011 | 101000100 | 101010 | 110110 |
Color Harmonies of #BA5892
Complementary color
Monochromatic Colors of #BA5892
Black with #BA5892
Text Example
Text Example
White with #BA5892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5892; }
p { color: rgb(186,88,146); }
H1.HeaderClassName
{
color: #BA5892;
}
.AnyTagClassName
{
color: #BA5892;
}
</style>
background-color css
<style>
a { background-color: #BA5892; }
a { background-color: rgb(186,88,146); }
div.DivClassName
{
background-color: #BA5892;
}
.BgClassName
{
background-color: #BA5892;
}
</style>
border-color css
<style>
span { border-color: #BA5892; }
span { border-color: rgb(186,88,146); }
td.TdClassName
{
border-color: #BA5892;
}
.TagClassName
{
border-color: #BA5892;
}
</style>