Shades of Mulberry #BA5B8C
Tints of Mulberry #BA5B8C
RGB
CMYK
RGB Variations
Color information
#BA5B8C (or 0xBA5B8C) is known color: Mulberry. HEX triplet: BA, 5B and 8C. RGB value is (186,91,140). Sum of RGB (Red+Green+Blue) = 186+91+140=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5B8C is #45A473. Grayscale: #7C7C7C. Windows color (decimal): -4564084 or 9198522. OLE color: 9198522.
HSL color Cylindrical-coordinate representation of color #BA5B8C: hue angle of 329.05º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5B8C is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 140 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.27 |
| HSL | 329.05º | 0.41% | 0.54% | - |
| HSV(B) | 329.05º | 0.51% | 0.73% | - |
| XYZ | 28.72 | 19.81 | 27.12 | - |
| YUV | 124.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 140 | 0 | 0.51 | 0.25 | 0.27 | 329.05 | 0.41 | 0.54 |
| Hex | BA | 5B | 8C | 0 | 33 | 19 | 1B | 149 | 29 | 36 |
| Octal | 272 | 133 | 214 | 0 | 63 | 31 | 33 | 511 | 51 | 66 |
| Binary | 10111010 | 1011011 | 10001100 | 0 | 110011 | 11001 | 11011 | 101001001 | 101001 | 110110 |
Color Harmonies of #BA5B8C
Complementary color
Monochromatic Colors of #BA5B8C
Black with #BA5B8C
Text Example
Text Example
White with #BA5B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B8C; }
p { color: rgb(186,91,140); }
H1.HeaderClassName
{
color: #BA5B8C;
}
.AnyTagClassName
{
color: #BA5B8C;
}
</style>
background-color css
<style>
a { background-color: #BA5B8C; }
a { background-color: rgb(186,91,140); }
div.DivClassName
{
background-color: #BA5B8C;
}
.BgClassName
{
background-color: #BA5B8C;
}
</style>
border-color css
<style>
span { border-color: #BA5B8C; }
span { border-color: rgb(186,91,140); }
td.TdClassName
{
border-color: #BA5B8C;
}
.TagClassName
{
border-color: #BA5B8C;
}
</style>