Shades of Mulberry #BA5C8E
Tints of Mulberry #BA5C8E
RGB
CMYK
RGB Variations
Color information
#BA5C8E (or 0xBA5C8E) is known color: Mulberry. HEX triplet: BA, 5C and 8E. RGB value is (186,92,142). Sum of RGB (Red+Green+Blue) = 186+92+142=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5C8E is #45A371. Grayscale: #7D7D7D. Windows color (decimal): -4563826 or 9329850. OLE color: 9329850.
HSL color Cylindrical-coordinate representation of color #BA5C8E: hue angle of 328.09º 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 #BA5C8E is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 92 | 142 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.27 |
| HSL | 328.09º | 0.41% | 0.55% | - |
| HSV(B) | 328.09º | 0.51% | 0.73% | - |
| XYZ | 28.96 | 20.05 | 27.93 | - |
| YUV | 125.81 | 137.14 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 142 | 0 | 0.51 | 0.24 | 0.27 | 328.09 | 0.41 | 0.55 |
| Hex | BA | 5C | 8E | 0 | 33 | 18 | 1B | 148 | 29 | 37 |
| Octal | 272 | 134 | 216 | 0 | 63 | 30 | 33 | 510 | 51 | 67 |
| Binary | 10111010 | 1011100 | 10001110 | 0 | 110011 | 11000 | 11011 | 101001000 | 101001 | 110111 |
Color Harmonies of #BA5C8E
Complementary color
Monochromatic Colors of #BA5C8E
Black with #BA5C8E
Text Example
Text Example
White with #BA5C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5C8E; }
p { color: rgb(186,92,142); }
H1.HeaderClassName
{
color: #BA5C8E;
}
.AnyTagClassName
{
color: #BA5C8E;
}
</style>
background-color css
<style>
a { background-color: #BA5C8E; }
a { background-color: rgb(186,92,142); }
div.DivClassName
{
background-color: #BA5C8E;
}
.BgClassName
{
background-color: #BA5C8E;
}
</style>
border-color css
<style>
span { border-color: #BA5C8E; }
span { border-color: rgb(186,92,142); }
td.TdClassName
{
border-color: #BA5C8E;
}
.TagClassName
{
border-color: #BA5C8E;
}
</style>