Shades of Mulberry #BE4089
Tints of Mulberry #BE4089
RGB
CMYK
RGB Variations
Color information
#BE4089 (or 0xBE4089) is known color: Mulberry. HEX triplet: BE, 40 and 89. RGB value is (190,64,137). Sum of RGB (Red+Green+Blue) = 190+64+137=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4089 is #41BF76. Grayscale: #6D6D6D. Windows color (decimal): -4308855 or 8995006. OLE color: 8995006.
HSL color Cylindrical-coordinate representation of color #BE4089: hue angle of 325.24º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE4089 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 137 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.25 |
| HSL | 325.24º | 0.5% | 0.5% | - |
| HSV(B) | 325.24º | 0.66% | 0.75% | - |
| XYZ | 27.58 | 16.42 | 25.38 | - |
| YUV | 110 | 143.24 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 137 | 0 | 0.66 | 0.28 | 0.25 | 325.24 | 0.5 | 0.5 |
| Hex | BE | 40 | 89 | 0 | 42 | 1C | 19 | 145 | 32 | 32 |
| Octal | 276 | 100 | 211 | 0 | 102 | 34 | 31 | 505 | 62 | 62 |
| Binary | 10111110 | 1000000 | 10001001 | 0 | 1000010 | 11100 | 11001 | 101000101 | 110010 | 110010 |
Color Harmonies of #BE4089
Complementary color
Monochromatic Colors of #BE4089
Black with #BE4089
Text Example
Text Example
White with #BE4089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4089; }
p { color: rgb(190,64,137); }
H1.HeaderClassName
{
color: #BE4089;
}
.AnyTagClassName
{
color: #BE4089;
}
</style>
background-color css
<style>
a { background-color: #BE4089; }
a { background-color: rgb(190,64,137); }
div.DivClassName
{
background-color: #BE4089;
}
.BgClassName
{
background-color: #BE4089;
}
</style>
border-color css
<style>
span { border-color: #BE4089; }
span { border-color: rgb(190,64,137); }
td.TdClassName
{
border-color: #BE4089;
}
.TagClassName
{
border-color: #BE4089;
}
</style>