Shades of Mulberry #BE5E91
Tints of Mulberry #BE5E91
RGB
CMYK
RGB Variations
Color information
#BE5E91 (or 0xBE5E91) is known color: Mulberry. HEX triplet: BE, 5E and 91. RGB value is (190,94,145). Sum of RGB (Red+Green+Blue) = 190+94+145=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5E91 is #41A16E. Grayscale: #808080. Windows color (decimal): -4301167 or 9526974. OLE color: 9526974.
HSL color Cylindrical-coordinate representation of color #BE5E91: hue angle of 328.12º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE5E91 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 94 | 145 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.25 |
| HSL | 328.13º | 0.42% | 0.56% | - |
| HSV(B) | 328.13º | 0.51% | 0.75% | - |
| XYZ | 30.35 | 21 | 29.24 | - |
| YUV | 128.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 145 | 0 | 0.51 | 0.24 | 0.25 | 328.13 | 0.42 | 0.56 |
| Hex | BE | 5E | 91 | 0 | 33 | 18 | 19 | 148 | 2A | 38 |
| Octal | 276 | 136 | 221 | 0 | 63 | 30 | 31 | 510 | 52 | 70 |
| Binary | 10111110 | 1011110 | 10010001 | 0 | 110011 | 11000 | 11001 | 101001000 | 101010 | 111000 |
Color Harmonies of #BE5E91
Complementary color
Monochromatic Colors of #BE5E91
Black with #BE5E91
Text Example
Text Example
White with #BE5E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5E91; }
p { color: rgb(190,94,145); }
H1.HeaderClassName
{
color: #BE5E91;
}
.AnyTagClassName
{
color: #BE5E91;
}
</style>
background-color css
<style>
a { background-color: #BE5E91; }
a { background-color: rgb(190,94,145); }
div.DivClassName
{
background-color: #BE5E91;
}
.BgClassName
{
background-color: #BE5E91;
}
</style>
border-color css
<style>
span { border-color: #BE5E91; }
span { border-color: rgb(190,94,145); }
td.TdClassName
{
border-color: #BE5E91;
}
.TagClassName
{
border-color: #BE5E91;
}
</style>