Shades of Mulberry #BE56A0
Tints of Mulberry #BE56A0
RGB
CMYK
RGB Variations
Color information
#BE56A0 (or 0xBE56A0) is known color: Mulberry. HEX triplet: BE, 56 and A0. RGB value is (190,86,160). Sum of RGB (Red+Green+Blue) = 190+86+160=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE56A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE56A0 is #41A95F. Grayscale: #7D7D7D. Windows color (decimal): -4303200 or 10507966. OLE color: 10507966.
HSL color Cylindrical-coordinate representation of color #BE56A0: hue angle of 317.31º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE56A0 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 86 | 160 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.25 |
| HSL | 317.31º | 0.44% | 0.54% | - |
| HSV(B) | 317.31º | 0.55% | 0.75% | - |
| XYZ | 30.91 | 20.14 | 35.52 | - |
| YUV | 125.53 | 147.46 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 160 | 0 | 0.55 | 0.16 | 0.25 | 317.31 | 0.44 | 0.54 |
| Hex | BE | 56 | A0 | 0 | 37 | 10 | 19 | 13D | 2C | 36 |
| Octal | 276 | 126 | 240 | 0 | 67 | 20 | 31 | 475 | 54 | 66 |
| Binary | 10111110 | 1010110 | 10100000 | 0 | 110111 | 10000 | 11001 | 100111101 | 101100 | 110110 |
Color Harmonies of #BE56A0
Complementary color
Monochromatic Colors of #BE56A0
Black with #BE56A0
Text Example
Text Example
White with #BE56A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE56A0; }
p { color: rgb(190,86,160); }
H1.HeaderClassName
{
color: #BE56A0;
}
.AnyTagClassName
{
color: #BE56A0;
}
</style>
background-color css
<style>
a { background-color: #BE56A0; }
a { background-color: rgb(190,86,160); }
div.DivClassName
{
background-color: #BE56A0;
}
.BgClassName
{
background-color: #BE56A0;
}
</style>
border-color css
<style>
span { border-color: #BE56A0; }
span { border-color: rgb(190,86,160); }
td.TdClassName
{
border-color: #BE56A0;
}
.TagClassName
{
border-color: #BE56A0;
}
</style>