Shades of Mulberry #BA4883
Tints of Mulberry #BA4883
RGB
CMYK
RGB Variations
Color information
#BA4883 (or 0xBA4883) is known color: Mulberry. HEX triplet: BA, 48 and 83. RGB value is (186,72,131). Sum of RGB (Red+Green+Blue) = 186+72+131=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4883 is #45B77C. Grayscale: #707070. Windows color (decimal): -4568957 or 8603834. OLE color: 8603834.
HSL color Cylindrical-coordinate representation of color #BA4883: hue angle of 328.95º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4883 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 72 | 131 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.27 |
| HSL | 328.95º | 0.45% | 0.51% | - |
| HSV(B) | 328.95º | 0.61% | 0.73% | - |
| XYZ | 26.66 | 16.71 | 23.29 | - |
| YUV | 112.81 | 138.27 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 72 | 131 | 0 | 0.61 | 0.30 | 0.27 | 328.95 | 0.45 | 0.51 |
| Hex | BA | 48 | 83 | 0 | 3D | 1E | 1B | 149 | 2D | 33 |
| Octal | 272 | 110 | 203 | 0 | 75 | 36 | 33 | 511 | 55 | 63 |
| Binary | 10111010 | 1001000 | 10000011 | 0 | 111101 | 11110 | 11011 | 101001001 | 101101 | 110011 |
Color Harmonies of #BA4883
Complementary color
Monochromatic Colors of #BA4883
Black with #BA4883
Text Example
Text Example
White with #BA4883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4883; }
p { color: rgb(186,72,131); }
H1.HeaderClassName
{
color: #BA4883;
}
.AnyTagClassName
{
color: #BA4883;
}
</style>
background-color css
<style>
a { background-color: #BA4883; }
a { background-color: rgb(186,72,131); }
div.DivClassName
{
background-color: #BA4883;
}
.BgClassName
{
background-color: #BA4883;
}
</style>
border-color css
<style>
span { border-color: #BA4883; }
span { border-color: rgb(186,72,131); }
td.TdClassName
{
border-color: #BA4883;
}
.TagClassName
{
border-color: #BA4883;
}
</style>