Shades of Mulberry #BE5996
Tints of Mulberry #BE5996
RGB
CMYK
RGB Variations
Color information
#BE5996 (or 0xBE5996) is known color: Mulberry. HEX triplet: BE, 59 and 96. RGB value is (190,89,150). Sum of RGB (Red+Green+Blue) = 190+89+150=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5996 is #41A669. Grayscale: #7E7E7E. Windows color (decimal): -4302442 or 9853374. OLE color: 9853374.
HSL color Cylindrical-coordinate representation of color #BE5996: hue angle of 323.76º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE5996 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 89 | 150 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.25 |
| HSL | 323.76º | 0.44% | 0.55% | - |
| HSV(B) | 323.76º | 0.53% | 0.75% | - |
| XYZ | 30.31 | 20.29 | 31.17 | - |
| YUV | 126.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 150 | 0 | 0.53 | 0.21 | 0.25 | 323.76 | 0.44 | 0.55 |
| Hex | BE | 59 | 96 | 0 | 35 | 15 | 19 | 144 | 2C | 37 |
| Octal | 276 | 131 | 226 | 0 | 65 | 25 | 31 | 504 | 54 | 67 |
| Binary | 10111110 | 1011001 | 10010110 | 0 | 110101 | 10101 | 11001 | 101000100 | 101100 | 110111 |
Color Harmonies of #BE5996
Complementary color
Monochromatic Colors of #BE5996
Black with #BE5996
Text Example
Text Example
White with #BE5996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5996; }
p { color: rgb(190,89,150); }
H1.HeaderClassName
{
color: #BE5996;
}
.AnyTagClassName
{
color: #BE5996;
}
</style>
background-color css
<style>
a { background-color: #BE5996; }
a { background-color: rgb(190,89,150); }
div.DivClassName
{
background-color: #BE5996;
}
.BgClassName
{
background-color: #BE5996;
}
</style>
border-color css
<style>
span { border-color: #BE5996; }
span { border-color: rgb(190,89,150); }
td.TdClassName
{
border-color: #BE5996;
}
.TagClassName
{
border-color: #BE5996;
}
</style>