Shades of Mulberry #BA5F8E
Tints of Mulberry #BA5F8E
RGB
CMYK
RGB Variations
Color information
#BA5F8E (or 0xBA5F8E) is known color: Mulberry. HEX triplet: BA, 5F and 8E. RGB value is (186,95,142). Sum of RGB (Red+Green+Blue) = 186+95+142=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5F8E is #45A071. Grayscale: #7F7F7F. Windows color (decimal): -4563058 or 9330618. OLE color: 9330618.
HSL color Cylindrical-coordinate representation of color #BA5F8E: hue angle of 329.01º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5F8E is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 142 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.27 |
| HSL | 329.01º | 0.4% | 0.55% | - |
| HSV(B) | 329.01º | 0.49% | 0.73% | - |
| XYZ | 29.22 | 20.58 | 28.02 | - |
| YUV | 127.57 | 136.15 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 142 | 0 | 0.49 | 0.24 | 0.27 | 329.01 | 0.4 | 0.55 |
| Hex | BA | 5F | 8E | 0 | 31 | 18 | 1B | 149 | 28 | 37 |
| Octal | 272 | 137 | 216 | 0 | 61 | 30 | 33 | 511 | 50 | 67 |
| Binary | 10111010 | 1011111 | 10001110 | 0 | 110001 | 11000 | 11011 | 101001001 | 101000 | 110111 |
Color Harmonies of #BA5F8E
Complementary color
Monochromatic Colors of #BA5F8E
Black with #BA5F8E
Text Example
Text Example
White with #BA5F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5F8E; }
p { color: rgb(186,95,142); }
H1.HeaderClassName
{
color: #BA5F8E;
}
.AnyTagClassName
{
color: #BA5F8E;
}
</style>
background-color css
<style>
a { background-color: #BA5F8E; }
a { background-color: rgb(186,95,142); }
div.DivClassName
{
background-color: #BA5F8E;
}
.BgClassName
{
background-color: #BA5F8E;
}
</style>
border-color css
<style>
span { border-color: #BA5F8E; }
span { border-color: rgb(186,95,142); }
td.TdClassName
{
border-color: #BA5F8E;
}
.TagClassName
{
border-color: #BA5F8E;
}
</style>