Shades of Mulberry #BE4992
Tints of Mulberry #BE4992
RGB
CMYK
RGB Variations
Color information
#BE4992 (or 0xBE4992) is known color: Mulberry. HEX triplet: BE, 49 and 92. RGB value is (190,73,146). Sum of RGB (Red+Green+Blue) = 190+73+146=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4992 is #41B66D. Grayscale: #747474. Windows color (decimal): -4306542 or 9587134. OLE color: 9587134.
HSL color Cylindrical-coordinate representation of color #BE4992: hue angle of 322.56º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE4992 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 73 | 146 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.25 |
| HSL | 322.56º | 0.47% | 0.52% | - |
| HSV(B) | 322.56º | 0.62% | 0.75% | - |
| XYZ | 28.81 | 17.79 | 29.11 | - |
| YUV | 116.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 146 | 0 | 0.62 | 0.23 | 0.25 | 322.56 | 0.47 | 0.52 |
| Hex | BE | 49 | 92 | 0 | 3E | 17 | 19 | 143 | 2F | 34 |
| Octal | 276 | 111 | 222 | 0 | 76 | 27 | 31 | 503 | 57 | 64 |
| Binary | 10111110 | 1001001 | 10010010 | 0 | 111110 | 10111 | 11001 | 101000011 | 101111 | 110100 |
Color Harmonies of #BE4992
Complementary color
Monochromatic Colors of #BE4992
Black with #BE4992
Text Example
Text Example
White with #BE4992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4992; }
p { color: rgb(190,73,146); }
H1.HeaderClassName
{
color: #BE4992;
}
.AnyTagClassName
{
color: #BE4992;
}
</style>
background-color css
<style>
a { background-color: #BE4992; }
a { background-color: rgb(190,73,146); }
div.DivClassName
{
background-color: #BE4992;
}
.BgClassName
{
background-color: #BE4992;
}
</style>
border-color css
<style>
span { border-color: #BE4992; }
span { border-color: rgb(190,73,146); }
td.TdClassName
{
border-color: #BE4992;
}
.TagClassName
{
border-color: #BE4992;
}
</style>