Shades of Mulberry #BA5C85
Tints of Mulberry #BA5C85
RGB
CMYK
RGB Variations
Color information
#BA5C85 (or 0xBA5C85) is known color: Mulberry. HEX triplet: BA, 5C and 85. RGB value is (186,92,133). Sum of RGB (Red+Green+Blue) = 186+92+133=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5C85 is #45A37A. Grayscale: #7C7C7C. Windows color (decimal): -4563835 or 8740026. OLE color: 8740026.
HSL color Cylindrical-coordinate representation of color #BA5C85: hue angle of 333.83º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5C85 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 133 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.27 |
| HSL | 333.83º | 0.41% | 0.55% | - |
| HSV(B) | 333.83º | 0.51% | 0.73% | - |
| XYZ | 28.31 | 19.79 | 24.52 | - |
| YUV | 124.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 133 | 0 | 0.51 | 0.28 | 0.27 | 333.83 | 0.41 | 0.55 |
| Hex | BA | 5C | 85 | 0 | 33 | 1C | 1B | 14E | 29 | 37 |
| Octal | 272 | 134 | 205 | 0 | 63 | 34 | 33 | 516 | 51 | 67 |
| Binary | 10111010 | 1011100 | 10000101 | 0 | 110011 | 11100 | 11011 | 101001110 | 101001 | 110111 |
Color Harmonies of #BA5C85
Complementary color
Monochromatic Colors of #BA5C85
Black with #BA5C85
Text Example
Text Example
White with #BA5C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C85; }
p { color: rgb(186,92,133); }
H1.HeaderClassName
{
color: #BA5C85;
}
.AnyTagClassName
{
color: #BA5C85;
}
</style>
background-color css
<style>
a { background-color: #BA5C85; }
a { background-color: rgb(186,92,133); }
div.DivClassName
{
background-color: #BA5C85;
}
.BgClassName
{
background-color: #BA5C85;
}
</style>
border-color css
<style>
span { border-color: #BA5C85; }
span { border-color: rgb(186,92,133); }
td.TdClassName
{
border-color: #BA5C85;
}
.TagClassName
{
border-color: #BA5C85;
}
</style>