Shades of Mulberry #BA5F8C
Tints of Mulberry #BA5F8C
RGB
CMYK
RGB Variations
Color information
#BA5F8C (or 0xBA5F8C) is known color: Mulberry. HEX triplet: BA, 5F and 8C. RGB value is (186,95,140). Sum of RGB (Red+Green+Blue) = 186+95+140=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5F8C is #45A073. Grayscale: #7F7F7F. Windows color (decimal): -4563060 or 9199546. OLE color: 9199546.
HSL color Cylindrical-coordinate representation of color #BA5F8C: hue angle of 330.33º 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 #BA5F8C is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 140 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.27 |
| HSL | 330.33º | 0.4% | 0.55% | - |
| HSV(B) | 330.33º | 0.49% | 0.73% | - |
| XYZ | 29.08 | 20.52 | 27.24 | - |
| YUV | 127.34 | 135.15 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 140 | 0 | 0.49 | 0.25 | 0.27 | 330.33 | 0.4 | 0.55 |
| Hex | BA | 5F | 8C | 0 | 31 | 19 | 1B | 14A | 28 | 37 |
| Octal | 272 | 137 | 214 | 0 | 61 | 31 | 33 | 512 | 50 | 67 |
| Binary | 10111010 | 1011111 | 10001100 | 0 | 110001 | 11001 | 11011 | 101001010 | 101000 | 110111 |
Color Harmonies of #BA5F8C
Complementary color
Monochromatic Colors of #BA5F8C
Black with #BA5F8C
Text Example
Text Example
White with #BA5F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5F8C; }
p { color: rgb(186,95,140); }
H1.HeaderClassName
{
color: #BA5F8C;
}
.AnyTagClassName
{
color: #BA5F8C;
}
</style>
background-color css
<style>
a { background-color: #BA5F8C; }
a { background-color: rgb(186,95,140); }
div.DivClassName
{
background-color: #BA5F8C;
}
.BgClassName
{
background-color: #BA5F8C;
}
</style>
border-color css
<style>
span { border-color: #BA5F8C; }
span { border-color: rgb(186,95,140); }
td.TdClassName
{
border-color: #BA5F8C;
}
.TagClassName
{
border-color: #BA5F8C;
}
</style>