Shades of Mulberry #BA5D8F
Tints of Mulberry #BA5D8F
RGB
CMYK
RGB Variations
Color information
#BA5D8F (or 0xBA5D8F) is known color: Mulberry. HEX triplet: BA, 5D and 8F. RGB value is (186,93,143). Sum of RGB (Red+Green+Blue) = 186+93+143=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5D8F is #45A270. Grayscale: #7E7E7E. Windows color (decimal): -4563569 or 9395642. OLE color: 9395642.
HSL color Cylindrical-coordinate representation of color #BA5D8F: hue angle of 327.74º 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 #BA5D8F is Cyan = 0, Magento = 0.5, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 93 | 143 | - |
| CMYK | 0 | 0.5 | 0.23 | 0.27 |
| HSL | 327.74º | 0.4% | 0.55% | - |
| HSV(B) | 327.74º | 0.5% | 0.73% | - |
| XYZ | 29.12 | 20.25 | 28.36 | - |
| YUV | 126.51 | 137.31 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 143 | 0 | 0.5 | 0.23 | 0.27 | 327.74 | 0.4 | 0.55 |
| Hex | BA | 5D | 8F | 0 | 32 | 17 | 1B | 148 | 28 | 37 |
| Octal | 272 | 135 | 217 | 0 | 62 | 27 | 33 | 510 | 50 | 67 |
| Binary | 10111010 | 1011101 | 10001111 | 0 | 110010 | 10111 | 11011 | 101001000 | 101000 | 110111 |
Color Harmonies of #BA5D8F
Complementary color
Monochromatic Colors of #BA5D8F
Black with #BA5D8F
Text Example
Text Example
White with #BA5D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5D8F; }
p { color: rgb(186,93,143); }
H1.HeaderClassName
{
color: #BA5D8F;
}
.AnyTagClassName
{
color: #BA5D8F;
}
</style>
background-color css
<style>
a { background-color: #BA5D8F; }
a { background-color: rgb(186,93,143); }
div.DivClassName
{
background-color: #BA5D8F;
}
.BgClassName
{
background-color: #BA5D8F;
}
</style>
border-color css
<style>
span { border-color: #BA5D8F; }
span { border-color: rgb(186,93,143); }
td.TdClassName
{
border-color: #BA5D8F;
}
.TagClassName
{
border-color: #BA5D8F;
}
</style>