Shades of Mulberry #BA5B8F
Tints of Mulberry #BA5B8F
RGB
CMYK
RGB Variations
Color information
#BA5B8F (or 0xBA5B8F) is known color: Mulberry. HEX triplet: BA, 5B and 8F. RGB value is (186,91,143). Sum of RGB (Red+Green+Blue) = 186+91+143=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5B8F is #45A470. Grayscale: #7D7D7D. Windows color (decimal): -4564081 or 9395130. OLE color: 9395130.
HSL color Cylindrical-coordinate representation of color #BA5B8F: hue angle of 327.16º 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 #BA5B8F is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 91 | 143 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.27 |
| HSL | 327.16º | 0.41% | 0.54% | - |
| HSV(B) | 327.16º | 0.51% | 0.73% | - |
| XYZ | 28.95 | 19.9 | 28.3 | - |
| YUV | 125.33 | 137.97 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 91 | 143 | 0 | 0.51 | 0.23 | 0.27 | 327.16 | 0.41 | 0.54 |
| Hex | BA | 5B | 8F | 0 | 33 | 17 | 1B | 147 | 29 | 36 |
| Octal | 272 | 133 | 217 | 0 | 63 | 27 | 33 | 507 | 51 | 66 |
| Binary | 10111010 | 1011011 | 10001111 | 0 | 110011 | 10111 | 11011 | 101000111 | 101001 | 110110 |
Color Harmonies of #BA5B8F
Complementary color
Monochromatic Colors of #BA5B8F
Black with #BA5B8F
Text Example
Text Example
White with #BA5B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5B8F; }
p { color: rgb(186,91,143); }
H1.HeaderClassName
{
color: #BA5B8F;
}
.AnyTagClassName
{
color: #BA5B8F;
}
</style>
background-color css
<style>
a { background-color: #BA5B8F; }
a { background-color: rgb(186,91,143); }
div.DivClassName
{
background-color: #BA5B8F;
}
.BgClassName
{
background-color: #BA5B8F;
}
</style>
border-color css
<style>
span { border-color: #BA5B8F; }
span { border-color: rgb(186,91,143); }
td.TdClassName
{
border-color: #BA5B8F;
}
.TagClassName
{
border-color: #BA5B8F;
}
</style>