Shades of Mulberry #BA4E92
Tints of Mulberry #BA4E92
RGB
CMYK
RGB Variations
Color information
#BA4E92 (or 0xBA4E92) is known color: Mulberry. HEX triplet: BA, 4E and 92. RGB value is (186,78,146). Sum of RGB (Red+Green+Blue) = 186+78+146=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4E92 is #45B16D. Grayscale: #757575. Windows color (decimal): -4567406 or 9588410. OLE color: 9588410.
HSL color Cylindrical-coordinate representation of color #BA4E92: hue angle of 322.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4E92 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 78 | 146 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.27 |
| HSL | 322.22º | 0.44% | 0.52% | - |
| HSV(B) | 322.22º | 0.58% | 0.73% | - |
| XYZ | 28.16 | 17.96 | 29.18 | - |
| YUV | 118.04 | 143.78 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 78 | 146 | 0 | 0.58 | 0.22 | 0.27 | 322.22 | 0.44 | 0.52 |
| Hex | BA | 4E | 92 | 0 | 3A | 16 | 1B | 142 | 2C | 34 |
| Octal | 272 | 116 | 222 | 0 | 72 | 26 | 33 | 502 | 54 | 64 |
| Binary | 10111010 | 1001110 | 10010010 | 0 | 111010 | 10110 | 11011 | 101000010 | 101100 | 110100 |
Color Harmonies of #BA4E92
Complementary color
Monochromatic Colors of #BA4E92
Black with #BA4E92
Text Example
Text Example
White with #BA4E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4E92; }
p { color: rgb(186,78,146); }
H1.HeaderClassName
{
color: #BA4E92;
}
.AnyTagClassName
{
color: #BA4E92;
}
</style>
background-color css
<style>
a { background-color: #BA4E92; }
a { background-color: rgb(186,78,146); }
div.DivClassName
{
background-color: #BA4E92;
}
.BgClassName
{
background-color: #BA4E92;
}
</style>
border-color css
<style>
span { border-color: #BA4E92; }
span { border-color: rgb(186,78,146); }
td.TdClassName
{
border-color: #BA4E92;
}
.TagClassName
{
border-color: #BA4E92;
}
</style>