Shades of Mulberry #BA528A
Tints of Mulberry #BA528A
RGB
CMYK
RGB Variations
Color information
#BA528A (or 0xBA528A) is known color: Mulberry. HEX triplet: BA, 52 and 8A. RGB value is (186,82,138). Sum of RGB (Red+Green+Blue) = 186+82+138=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA528A is #45AD75. Grayscale: #777777. Windows color (decimal): -4566390 or 9065146. OLE color: 9065146.
HSL color Cylindrical-coordinate representation of color #BA528A: hue angle of 327.69º 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 #BA528A is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 82 | 138 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.27 |
| HSL | 327.69º | 0.43% | 0.53% | - |
| HSV(B) | 327.69º | 0.56% | 0.73% | - |
| XYZ | 27.85 | 18.31 | 26.11 | - |
| YUV | 119.48 | 138.46 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 82 | 138 | 0 | 0.56 | 0.26 | 0.27 | 327.69 | 0.43 | 0.53 |
| Hex | BA | 52 | 8A | 0 | 38 | 1A | 1B | 148 | 2B | 35 |
| Octal | 272 | 122 | 212 | 0 | 70 | 32 | 33 | 510 | 53 | 65 |
| Binary | 10111010 | 1010010 | 10001010 | 0 | 111000 | 11010 | 11011 | 101001000 | 101011 | 110101 |
Color Harmonies of #BA528A
Complementary color
Monochromatic Colors of #BA528A
Black with #BA528A
Text Example
Text Example
White with #BA528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA528A; }
p { color: rgb(186,82,138); }
H1.HeaderClassName
{
color: #BA528A;
}
.AnyTagClassName
{
color: #BA528A;
}
</style>
background-color css
<style>
a { background-color: #BA528A; }
a { background-color: rgb(186,82,138); }
div.DivClassName
{
background-color: #BA528A;
}
.BgClassName
{
background-color: #BA528A;
}
</style>
border-color css
<style>
span { border-color: #BA528A; }
span { border-color: rgb(186,82,138); }
td.TdClassName
{
border-color: #BA528A;
}
.TagClassName
{
border-color: #BA528A;
}
</style>