Shades of Mulberry #BA4783
Tints of Mulberry #BA4783
RGB
CMYK
RGB Variations
Color information
#BA4783 (or 0xBA4783) is known color: Mulberry. HEX triplet: BA, 47 and 83. RGB value is (186,71,131). Sum of RGB (Red+Green+Blue) = 186+71+131=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4783 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4783 is #45B87C. Grayscale: #707070. Windows color (decimal): -4569213 or 8603578. OLE color: 8603578.
HSL color Cylindrical-coordinate representation of color #BA4783: hue angle of 328.7º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4783 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 71 | 131 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.27 |
| HSL | 328.7º | 0.45% | 0.5% | - |
| HSV(B) | 328.7º | 0.62% | 0.73% | - |
| XYZ | 26.6 | 16.58 | 23.27 | - |
| YUV | 112.23 | 138.6 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 71 | 131 | 0 | 0.62 | 0.30 | 0.27 | 328.7 | 0.45 | 0.5 |
| Hex | BA | 47 | 83 | 0 | 3E | 1E | 1B | 149 | 2D | 32 |
| Octal | 272 | 107 | 203 | 0 | 76 | 36 | 33 | 511 | 55 | 62 |
| Binary | 10111010 | 1000111 | 10000011 | 0 | 111110 | 11110 | 11011 | 101001001 | 101101 | 110010 |
Color Harmonies of #BA4783
Complementary color
Monochromatic Colors of #BA4783
Black with #BA4783
Text Example
Text Example
White with #BA4783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4783; }
p { color: rgb(186,71,131); }
H1.HeaderClassName
{
color: #BA4783;
}
.AnyTagClassName
{
color: #BA4783;
}
</style>
background-color css
<style>
a { background-color: #BA4783; }
a { background-color: rgb(186,71,131); }
div.DivClassName
{
background-color: #BA4783;
}
.BgClassName
{
background-color: #BA4783;
}
</style>
border-color css
<style>
span { border-color: #BA4783; }
span { border-color: rgb(186,71,131); }
td.TdClassName
{
border-color: #BA4783;
}
.TagClassName
{
border-color: #BA4783;
}
</style>