Shades of Mulberry #BA4F86
Tints of Mulberry #BA4F86
RGB
CMYK
RGB Variations
Color information
#BA4F86 (or 0xBA4F86) is known color: Mulberry. HEX triplet: BA, 4F and 86. RGB value is (186,79,134). Sum of RGB (Red+Green+Blue) = 186+79+134=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4F86 is #45B079. Grayscale: #757575. Windows color (decimal): -4567162 or 8802234. OLE color: 8802234.
HSL color Cylindrical-coordinate representation of color #BA4F86: hue angle of 329.16º 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 #BA4F86 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 79 | 134 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.27 |
| HSL | 329.16º | 0.44% | 0.52% | - |
| HSV(B) | 329.16º | 0.58% | 0.73% | - |
| XYZ | 27.35 | 17.75 | 24.54 | - |
| YUV | 117.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 79 | 134 | 0 | 0.58 | 0.28 | 0.27 | 329.16 | 0.44 | 0.52 |
| Hex | BA | 4F | 86 | 0 | 3A | 1C | 1B | 149 | 2C | 34 |
| Octal | 272 | 117 | 206 | 0 | 72 | 34 | 33 | 511 | 54 | 64 |
| Binary | 10111010 | 1001111 | 10000110 | 0 | 111010 | 11100 | 11011 | 101001001 | 101100 | 110100 |
Color Harmonies of #BA4F86
Complementary color
Monochromatic Colors of #BA4F86
Black with #BA4F86
Text Example
Text Example
White with #BA4F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4F86; }
p { color: rgb(186,79,134); }
H1.HeaderClassName
{
color: #BA4F86;
}
.AnyTagClassName
{
color: #BA4F86;
}
</style>
background-color css
<style>
a { background-color: #BA4F86; }
a { background-color: rgb(186,79,134); }
div.DivClassName
{
background-color: #BA4F86;
}
.BgClassName
{
background-color: #BA4F86;
}
</style>
border-color css
<style>
span { border-color: #BA4F86; }
span { border-color: rgb(186,79,134); }
td.TdClassName
{
border-color: #BA4F86;
}
.TagClassName
{
border-color: #BA4F86;
}
</style>