Shades of Mulberry #BE5A92
Tints of Mulberry #BE5A92
RGB
CMYK
RGB Variations
Color information
#BE5A92 (or 0xBE5A92) is known color: Mulberry. HEX triplet: BE, 5A and 92. RGB value is (190,90,146). Sum of RGB (Red+Green+Blue) = 190+90+146=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5A92 is #41A56D. Grayscale: #7E7E7E. Windows color (decimal): -4302190 or 9591486. OLE color: 9591486.
HSL color Cylindrical-coordinate representation of color #BE5A92: hue angle of 326.4º degrees, saturation: 0.43, 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 #BE5A92 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 146 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.25 |
| HSL | 326.4º | 0.43% | 0.55% | - |
| HSV(B) | 326.4º | 0.53% | 0.75% | - |
| XYZ | 30.08 | 20.33 | 29.53 | - |
| YUV | 126.28 | 139.13 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 146 | 0 | 0.53 | 0.23 | 0.25 | 326.4 | 0.43 | 0.55 |
| Hex | BE | 5A | 92 | 0 | 35 | 17 | 19 | 146 | 2B | 37 |
| Octal | 276 | 132 | 222 | 0 | 65 | 27 | 31 | 506 | 53 | 67 |
| Binary | 10111110 | 1011010 | 10010010 | 0 | 110101 | 10111 | 11001 | 101000110 | 101011 | 110111 |
Color Harmonies of #BE5A92
Complementary color
Monochromatic Colors of #BE5A92
Black with #BE5A92
Text Example
Text Example
White with #BE5A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5A92; }
p { color: rgb(190,90,146); }
H1.HeaderClassName
{
color: #BE5A92;
}
.AnyTagClassName
{
color: #BE5A92;
}
</style>
background-color css
<style>
a { background-color: #BE5A92; }
a { background-color: rgb(190,90,146); }
div.DivClassName
{
background-color: #BE5A92;
}
.BgClassName
{
background-color: #BE5A92;
}
</style>
border-color css
<style>
span { border-color: #BE5A92; }
span { border-color: rgb(190,90,146); }
td.TdClassName
{
border-color: #BE5A92;
}
.TagClassName
{
border-color: #BE5A92;
}
</style>