Shades of Mulberry #BA5085
Tints of Mulberry #BA5085
RGB
CMYK
RGB Variations
Color information
#BA5085 (or 0xBA5085) is known color: Mulberry. HEX triplet: BA, 50 and 85. RGB value is (186,80,133). Sum of RGB (Red+Green+Blue) = 186+80+133=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5085 is #45AF7A. Grayscale: #757575. Windows color (decimal): -4566907 or 8736954. OLE color: 8736954.
HSL color Cylindrical-coordinate representation of color #BA5085: hue angle of 330º 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 #BA5085 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 80 | 133 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.27 |
| HSL | 330º | 0.43% | 0.52% | - |
| HSV(B) | 330º | 0.57% | 0.73% | - |
| XYZ | 27.35 | 17.87 | 24.2 | - |
| YUV | 117.74 | 136.62 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 80 | 133 | 0 | 0.57 | 0.28 | 0.27 | 330 | 0.43 | 0.52 |
| Hex | BA | 50 | 85 | 0 | 39 | 1C | 1B | 14A | 2B | 34 |
| Octal | 272 | 120 | 205 | 0 | 71 | 34 | 33 | 512 | 53 | 64 |
| Binary | 10111010 | 1010000 | 10000101 | 0 | 111001 | 11100 | 11011 | 101001010 | 101011 | 110100 |
Color Harmonies of #BA5085
Complementary color
Monochromatic Colors of #BA5085
Black with #BA5085
Text Example
Text Example
White with #BA5085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5085; }
p { color: rgb(186,80,133); }
H1.HeaderClassName
{
color: #BA5085;
}
.AnyTagClassName
{
color: #BA5085;
}
</style>
background-color css
<style>
a { background-color: #BA5085; }
a { background-color: rgb(186,80,133); }
div.DivClassName
{
background-color: #BA5085;
}
.BgClassName
{
background-color: #BA5085;
}
</style>
border-color css
<style>
span { border-color: #BA5085; }
span { border-color: rgb(186,80,133); }
td.TdClassName
{
border-color: #BA5085;
}
.TagClassName
{
border-color: #BA5085;
}
</style>