Shades of Mulberry #BE56A2
Tints of Mulberry #BE56A2
RGB
CMYK
RGB Variations
Color information
#BE56A2 (or 0xBE56A2) is known color: Mulberry. HEX triplet: BE, 56 and A2. RGB value is (190,86,162). Sum of RGB (Red+Green+Blue) = 190+86+162=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE56A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE56A2 is #41A95D. Grayscale: #7D7D7D. Windows color (decimal): -4303198 or 10639038. OLE color: 10639038.
HSL color Cylindrical-coordinate representation of color #BE56A2: hue angle of 316.15º 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 #BE56A2 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 86 | 162 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.25 |
| HSL | 316.15º | 0.44% | 0.54% | - |
| HSV(B) | 316.15º | 0.55% | 0.75% | - |
| XYZ | 31.08 | 20.21 | 36.45 | - |
| YUV | 125.76 | 148.46 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 162 | 0 | 0.55 | 0.15 | 0.25 | 316.15 | 0.44 | 0.54 |
| Hex | BE | 56 | A2 | 0 | 37 | F | 19 | 13C | 2C | 36 |
| Octal | 276 | 126 | 242 | 0 | 67 | 17 | 31 | 474 | 54 | 66 |
| Binary | 10111110 | 1010110 | 10100010 | 0 | 110111 | 1111 | 11001 | 100111100 | 101100 | 110110 |
Color Harmonies of #BE56A2
Complementary color
Monochromatic Colors of #BE56A2
Black with #BE56A2
Text Example
Text Example
White with #BE56A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE56A2; }
p { color: rgb(190,86,162); }
H1.HeaderClassName
{
color: #BE56A2;
}
.AnyTagClassName
{
color: #BE56A2;
}
</style>
background-color css
<style>
a { background-color: #BE56A2; }
a { background-color: rgb(190,86,162); }
div.DivClassName
{
background-color: #BE56A2;
}
.BgClassName
{
background-color: #BE56A2;
}
</style>
border-color css
<style>
span { border-color: #BE56A2; }
span { border-color: rgb(190,86,162); }
td.TdClassName
{
border-color: #BE56A2;
}
.TagClassName
{
border-color: #BE56A2;
}
</style>