Shades of Mulberry #BA5084
Tints of Mulberry #BA5084
RGB
CMYK
RGB Variations
Color information
#BA5084 (or 0xBA5084) is known color: Mulberry. HEX triplet: BA, 50 and 84. RGB value is (186,80,132). Sum of RGB (Red+Green+Blue) = 186+80+132=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5084 is #45AF7B. Grayscale: #757575. Windows color (decimal): -4566908 or 8671418. OLE color: 8671418.
HSL color Cylindrical-coordinate representation of color #BA5084: hue angle of 330.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5084 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 132 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.27 |
| HSL | 330.57º | 0.43% | 0.52% | - |
| HSV(B) | 330.57º | 0.57% | 0.73% | - |
| XYZ | 27.28 | 17.84 | 23.84 | - |
| YUV | 117.62 | 136.12 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 132 | 0 | 0.57 | 0.29 | 0.27 | 330.57 | 0.43 | 0.52 |
| Hex | BA | 50 | 84 | 0 | 39 | 1D | 1B | 14B | 2B | 34 |
| Octal | 272 | 120 | 204 | 0 | 71 | 35 | 33 | 513 | 53 | 64 |
| Binary | 10111010 | 1010000 | 10000100 | 0 | 111001 | 11101 | 11011 | 101001011 | 101011 | 110100 |
Color Harmonies of #BA5084
Complementary color
Monochromatic Colors of #BA5084
Black with #BA5084
Text Example
Text Example
White with #BA5084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5084; }
p { color: rgb(186,80,132); }
H1.HeaderClassName
{
color: #BA5084;
}
.AnyTagClassName
{
color: #BA5084;
}
</style>
background-color css
<style>
a { background-color: #BA5084; }
a { background-color: rgb(186,80,132); }
div.DivClassName
{
background-color: #BA5084;
}
.BgClassName
{
background-color: #BA5084;
}
</style>
border-color css
<style>
span { border-color: #BA5084; }
span { border-color: rgb(186,80,132); }
td.TdClassName
{
border-color: #BA5084;
}
.TagClassName
{
border-color: #BA5084;
}
</style>