Shades of Mulberry #BA5D8C
Tints of Mulberry #BA5D8C
RGB
CMYK
RGB Variations
Color information
#BA5D8C (or 0xBA5D8C) is known color: Mulberry. HEX triplet: BA, 5D and 8C. RGB value is (186,93,140). Sum of RGB (Red+Green+Blue) = 186+93+140=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5D8C is #45A273. Grayscale: #7E7E7E. Windows color (decimal): -4563572 or 9199034. OLE color: 9199034.
HSL color Cylindrical-coordinate representation of color #BA5D8C: hue angle of 329.68º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5D8C is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 140 | - |
| CMYK | 0 | 0.5 | 0.25 | 0.27 |
| HSL | 329.68º | 0.4% | 0.55% | - |
| HSV(B) | 329.68º | 0.5% | 0.73% | - |
| XYZ | 28.9 | 20.16 | 27.18 | - |
| YUV | 126.17 | 135.81 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 140 | 0 | 0.5 | 0.25 | 0.27 | 329.68 | 0.4 | 0.55 |
| Hex | BA | 5D | 8C | 0 | 32 | 19 | 1B | 14A | 28 | 37 |
| Octal | 272 | 135 | 214 | 0 | 62 | 31 | 33 | 512 | 50 | 67 |
| Binary | 10111010 | 1011101 | 10001100 | 0 | 110010 | 11001 | 11011 | 101001010 | 101000 | 110111 |
Color Harmonies of #BA5D8C
Complementary color
Monochromatic Colors of #BA5D8C
Black with #BA5D8C
Text Example
Text Example
White with #BA5D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D8C; }
p { color: rgb(186,93,140); }
H1.HeaderClassName
{
color: #BA5D8C;
}
.AnyTagClassName
{
color: #BA5D8C;
}
</style>
background-color css
<style>
a { background-color: #BA5D8C; }
a { background-color: rgb(186,93,140); }
div.DivClassName
{
background-color: #BA5D8C;
}
.BgClassName
{
background-color: #BA5D8C;
}
</style>
border-color css
<style>
span { border-color: #BA5D8C; }
span { border-color: rgb(186,93,140); }
td.TdClassName
{
border-color: #BA5D8C;
}
.TagClassName
{
border-color: #BA5D8C;
}
</style>