Shades of Mulberry #BA5284
Tints of Mulberry #BA5284
RGB
CMYK
RGB Variations
Color information
#BA5284 (or 0xBA5284) is known color: Mulberry. HEX triplet: BA, 52 and 84. RGB value is (186,82,132). Sum of RGB (Red+Green+Blue) = 186+82+132=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5284 is #45AD7B. Grayscale: #767676. Windows color (decimal): -4566396 or 8671930. OLE color: 8671930.
HSL color Cylindrical-coordinate representation of color #BA5284: hue angle of 331.15º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5284 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 132 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.27 |
| HSL | 331.15º | 0.43% | 0.53% | - |
| HSV(B) | 331.15º | 0.56% | 0.73% | - |
| XYZ | 27.43 | 18.14 | 23.89 | - |
| YUV | 118.8 | 135.46 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 132 | 0 | 0.56 | 0.29 | 0.27 | 331.15 | 0.43 | 0.53 |
| Hex | BA | 52 | 84 | 0 | 38 | 1D | 1B | 14B | 2B | 35 |
| Octal | 272 | 122 | 204 | 0 | 70 | 35 | 33 | 513 | 53 | 65 |
| Binary | 10111010 | 1010010 | 10000100 | 0 | 111000 | 11101 | 11011 | 101001011 | 101011 | 110101 |
Color Harmonies of #BA5284
Complementary color
Monochromatic Colors of #BA5284
Black with #BA5284
Text Example
Text Example
White with #BA5284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5284; }
p { color: rgb(186,82,132); }
H1.HeaderClassName
{
color: #BA5284;
}
.AnyTagClassName
{
color: #BA5284;
}
</style>
background-color css
<style>
a { background-color: #BA5284; }
a { background-color: rgb(186,82,132); }
div.DivClassName
{
background-color: #BA5284;
}
.BgClassName
{
background-color: #BA5284;
}
</style>
border-color css
<style>
span { border-color: #BA5284; }
span { border-color: rgb(186,82,132); }
td.TdClassName
{
border-color: #BA5284;
}
.TagClassName
{
border-color: #BA5284;
}
</style>