Shades of Mulberry #BA4C83
Tints of Mulberry #BA4C83
RGB
CMYK
RGB Variations
Color information
#BA4C83 (or 0xBA4C83) is known color: Mulberry. HEX triplet: BA, 4C and 83. RGB value is (186,76,131). Sum of RGB (Red+Green+Blue) = 186+76+131=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4C83 is #45B37C. Grayscale: #737373. Windows color (decimal): -4567933 or 8604858. OLE color: 8604858.
HSL color Cylindrical-coordinate representation of color #BA4C83: hue angle of 330º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4C83 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 76 | 131 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.27 |
| HSL | 330º | 0.44% | 0.51% | - |
| HSV(B) | 330º | 0.59% | 0.73% | - |
| XYZ | 26.93 | 17.25 | 23.38 | - |
| YUV | 115.16 | 136.94 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 76 | 131 | 0 | 0.59 | 0.30 | 0.27 | 330 | 0.44 | 0.51 |
| Hex | BA | 4C | 83 | 0 | 3B | 1E | 1B | 14A | 2C | 33 |
| Octal | 272 | 114 | 203 | 0 | 73 | 36 | 33 | 512 | 54 | 63 |
| Binary | 10111010 | 1001100 | 10000011 | 0 | 111011 | 11110 | 11011 | 101001010 | 101100 | 110011 |
Color Harmonies of #BA4C83
Complementary color
Monochromatic Colors of #BA4C83
Black with #BA4C83
Text Example
Text Example
White with #BA4C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4C83; }
p { color: rgb(186,76,131); }
H1.HeaderClassName
{
color: #BA4C83;
}
.AnyTagClassName
{
color: #BA4C83;
}
</style>
background-color css
<style>
a { background-color: #BA4C83; }
a { background-color: rgb(186,76,131); }
div.DivClassName
{
background-color: #BA4C83;
}
.BgClassName
{
background-color: #BA4C83;
}
</style>
border-color css
<style>
span { border-color: #BA4C83; }
span { border-color: rgb(186,76,131); }
td.TdClassName
{
border-color: #BA4C83;
}
.TagClassName
{
border-color: #BA4C83;
}
</style>