Shades of Mulberry #BA5F90
Tints of Mulberry #BA5F90
RGB
CMYK
RGB Variations
Color information
#BA5F90 (or 0xBA5F90) is known color: Mulberry. HEX triplet: BA, 5F and 90. RGB value is (186,95,144). Sum of RGB (Red+Green+Blue) = 186+95+144=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5F90 is #45A06F. Grayscale: #7F7F7F. Windows color (decimal): -4563056 or 9461690. OLE color: 9461690.
HSL color Cylindrical-coordinate representation of color #BA5F90: hue angle of 327.69º 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 #BA5F90 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 95 | 144 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.27 |
| HSL | 327.69º | 0.4% | 0.55% | - |
| HSV(B) | 327.69º | 0.49% | 0.73% | - |
| XYZ | 29.38 | 20.64 | 28.82 | - |
| YUV | 127.8 | 137.15 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 144 | 0 | 0.49 | 0.23 | 0.27 | 327.69 | 0.4 | 0.55 |
| Hex | BA | 5F | 90 | 0 | 31 | 17 | 1B | 148 | 28 | 37 |
| Octal | 272 | 137 | 220 | 0 | 61 | 27 | 33 | 510 | 50 | 67 |
| Binary | 10111010 | 1011111 | 10010000 | 0 | 110001 | 10111 | 11011 | 101001000 | 101000 | 110111 |
Color Harmonies of #BA5F90
Complementary color
Monochromatic Colors of #BA5F90
Black with #BA5F90
Text Example
Text Example
White with #BA5F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5F90; }
p { color: rgb(186,95,144); }
H1.HeaderClassName
{
color: #BA5F90;
}
.AnyTagClassName
{
color: #BA5F90;
}
</style>
background-color css
<style>
a { background-color: #BA5F90; }
a { background-color: rgb(186,95,144); }
div.DivClassName
{
background-color: #BA5F90;
}
.BgClassName
{
background-color: #BA5F90;
}
</style>
border-color css
<style>
span { border-color: #BA5F90; }
span { border-color: rgb(186,95,144); }
td.TdClassName
{
border-color: #BA5F90;
}
.TagClassName
{
border-color: #BA5F90;
}
</style>