Shades of Mulberry #BA5A8F
Tints of Mulberry #BA5A8F
RGB
CMYK
RGB Variations
Color information
#BA5A8F (or 0xBA5A8F) is known color: Mulberry. HEX triplet: BA, 5A and 8F. RGB value is (186,90,143). Sum of RGB (Red+Green+Blue) = 186+90+143=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5A8F is #45A570. Grayscale: #7C7C7C. Windows color (decimal): -4564337 or 9394874. OLE color: 9394874.
HSL color Cylindrical-coordinate representation of color #BA5A8F: hue angle of 326.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5A8F is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 90 | 143 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.27 |
| HSL | 326.88º | 0.41% | 0.54% | - |
| HSV(B) | 326.88º | 0.52% | 0.73% | - |
| XYZ | 28.86 | 19.73 | 28.27 | - |
| YUV | 124.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 143 | 0 | 0.52 | 0.23 | 0.27 | 326.88 | 0.41 | 0.54 |
| Hex | BA | 5A | 8F | 0 | 34 | 17 | 1B | 147 | 29 | 36 |
| Octal | 272 | 132 | 217 | 0 | 64 | 27 | 33 | 507 | 51 | 66 |
| Binary | 10111010 | 1011010 | 10001111 | 0 | 110100 | 10111 | 11011 | 101000111 | 101001 | 110110 |
Color Harmonies of #BA5A8F
Complementary color
Monochromatic Colors of #BA5A8F
Black with #BA5A8F
Text Example
Text Example
White with #BA5A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5A8F; }
p { color: rgb(186,90,143); }
H1.HeaderClassName
{
color: #BA5A8F;
}
.AnyTagClassName
{
color: #BA5A8F;
}
</style>
background-color css
<style>
a { background-color: #BA5A8F; }
a { background-color: rgb(186,90,143); }
div.DivClassName
{
background-color: #BA5A8F;
}
.BgClassName
{
background-color: #BA5A8F;
}
</style>
border-color css
<style>
span { border-color: #BA5A8F; }
span { border-color: rgb(186,90,143); }
td.TdClassName
{
border-color: #BA5A8F;
}
.TagClassName
{
border-color: #BA5A8F;
}
</style>