Shades of Mulberry #BA5282
Tints of Mulberry #BA5282
RGB
CMYK
RGB Variations
Color information
#BA5282 (or 0xBA5282) is known color: Mulberry. HEX triplet: BA, 52 and 82. RGB value is (186,82,130). Sum of RGB (Red+Green+Blue) = 186+82+130=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5282 is #45AD7D. Grayscale: #767676. Windows color (decimal): -4566398 or 8540858. OLE color: 8540858.
HSL color Cylindrical-coordinate representation of color #BA5282: hue angle of 332.31º 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 #BA5282 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 130 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.27 |
| HSL | 332.31º | 0.43% | 0.53% | - |
| HSV(B) | 332.31º | 0.56% | 0.73% | - |
| XYZ | 27.3 | 18.09 | 23.17 | - |
| YUV | 118.57 | 134.46 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 130 | 0 | 0.56 | 0.30 | 0.27 | 332.31 | 0.43 | 0.53 |
| Hex | BA | 52 | 82 | 0 | 38 | 1E | 1B | 14C | 2B | 35 |
| Octal | 272 | 122 | 202 | 0 | 70 | 36 | 33 | 514 | 53 | 65 |
| Binary | 10111010 | 1010010 | 10000010 | 0 | 111000 | 11110 | 11011 | 101001100 | 101011 | 110101 |
Color Harmonies of #BA5282
Complementary color
Monochromatic Colors of #BA5282
Black with #BA5282
Text Example
Text Example
White with #BA5282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5282; }
p { color: rgb(186,82,130); }
H1.HeaderClassName
{
color: #BA5282;
}
.AnyTagClassName
{
color: #BA5282;
}
</style>
background-color css
<style>
a { background-color: #BA5282; }
a { background-color: rgb(186,82,130); }
div.DivClassName
{
background-color: #BA5282;
}
.BgClassName
{
background-color: #BA5282;
}
</style>
border-color css
<style>
span { border-color: #BA5282; }
span { border-color: rgb(186,82,130); }
td.TdClassName
{
border-color: #BA5282;
}
.TagClassName
{
border-color: #BA5282;
}
</style>