Shades of Mulberry #BA61A0
Tints of Mulberry #BA61A0
RGB
CMYK
RGB Variations
Color information
#BA61A0 (or 0xBA61A0) is known color: Mulberry. HEX triplet: BA, 61 and A0. RGB value is (186,97,160). Sum of RGB (Red+Green+Blue) = 186+97+160=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA61A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA61A0 is #459E5F. Grayscale: #828282. Windows color (decimal): -4562528 or 10510778. OLE color: 10510778.
HSL color Cylindrical-coordinate representation of color #BA61A0: hue angle of 317.53º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA61A0 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 97 | 160 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.27 |
| HSL | 317.53º | 0.39% | 0.55% | - |
| HSV(B) | 317.53º | 0.48% | 0.73% | - |
| XYZ | 30.87 | 21.53 | 35.79 | - |
| YUV | 130.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 160 | 0 | 0.48 | 0.14 | 0.27 | 317.53 | 0.39 | 0.55 |
| Hex | BA | 61 | A0 | 0 | 30 | E | 1B | 13E | 27 | 37 |
| Octal | 272 | 141 | 240 | 0 | 60 | 16 | 33 | 476 | 47 | 67 |
| Binary | 10111010 | 1100001 | 10100000 | 0 | 110000 | 1110 | 11011 | 100111110 | 100111 | 110111 |
Color Harmonies of #BA61A0
Complementary color
Monochromatic Colors of #BA61A0
Black with #BA61A0
Text Example
Text Example
White with #BA61A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61A0; }
p { color: rgb(186,97,160); }
H1.HeaderClassName
{
color: #BA61A0;
}
.AnyTagClassName
{
color: #BA61A0;
}
</style>
background-color css
<style>
a { background-color: #BA61A0; }
a { background-color: rgb(186,97,160); }
div.DivClassName
{
background-color: #BA61A0;
}
.BgClassName
{
background-color: #BA61A0;
}
</style>
border-color css
<style>
span { border-color: #BA61A0; }
span { border-color: rgb(186,97,160); }
td.TdClassName
{
border-color: #BA61A0;
}
.TagClassName
{
border-color: #BA61A0;
}
</style>