Shades of Mulberry #BA4A86
Tints of Mulberry #BA4A86
RGB
CMYK
RGB Variations
Color information
#BA4A86 (or 0xBA4A86) is known color: Mulberry. HEX triplet: BA, 4A and 86. RGB value is (186,74,134). Sum of RGB (Red+Green+Blue) = 186+74+134=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4A86 is #45B579. Grayscale: #727272. Windows color (decimal): -4568442 or 8800954. OLE color: 8800954.
HSL color Cylindrical-coordinate representation of color #BA4A86: hue angle of 327.86º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4A86 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 74 | 134 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.27 |
| HSL | 327.86º | 0.45% | 0.51% | - |
| HSV(B) | 327.86º | 0.6% | 0.73% | - |
| XYZ | 27 | 17.06 | 24.42 | - |
| YUV | 114.33 | 139.11 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 74 | 134 | 0 | 0.60 | 0.28 | 0.27 | 327.86 | 0.45 | 0.51 |
| Hex | BA | 4A | 86 | 0 | 3C | 1C | 1B | 148 | 2D | 33 |
| Octal | 272 | 112 | 206 | 0 | 74 | 34 | 33 | 510 | 55 | 63 |
| Binary | 10111010 | 1001010 | 10000110 | 0 | 111100 | 11100 | 11011 | 101001000 | 101101 | 110011 |
Color Harmonies of #BA4A86
Complementary color
Monochromatic Colors of #BA4A86
Black with #BA4A86
Text Example
Text Example
White with #BA4A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4A86; }
p { color: rgb(186,74,134); }
H1.HeaderClassName
{
color: #BA4A86;
}
.AnyTagClassName
{
color: #BA4A86;
}
</style>
background-color css
<style>
a { background-color: #BA4A86; }
a { background-color: rgb(186,74,134); }
div.DivClassName
{
background-color: #BA4A86;
}
.BgClassName
{
background-color: #BA4A86;
}
</style>
border-color css
<style>
span { border-color: #BA4A86; }
span { border-color: rgb(186,74,134); }
td.TdClassName
{
border-color: #BA4A86;
}
.TagClassName
{
border-color: #BA4A86;
}
</style>