Shades of Mulberry #BE528E
Tints of Mulberry #BE528E
RGB
CMYK
RGB Variations
Color information
#BE528E (or 0xBE528E) is known color: Mulberry. HEX triplet: BE, 52 and 8E. RGB value is (190,82,142). Sum of RGB (Red+Green+Blue) = 190+82+142=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE528E is #41AD71. Grayscale: #797979. Windows color (decimal): -4304242 or 9327294. OLE color: 9327294.
HSL color Cylindrical-coordinate representation of color #BE528E: hue angle of 326.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE528E is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 142 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.25 |
| HSL | 326.67º | 0.45% | 0.53% | - |
| HSV(B) | 326.67º | 0.57% | 0.75% | - |
| XYZ | 29.13 | 18.93 | 27.71 | - |
| YUV | 121.13 | 139.78 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 142 | 0 | 0.57 | 0.25 | 0.25 | 326.67 | 0.45 | 0.53 |
| Hex | BE | 52 | 8E | 0 | 39 | 19 | 19 | 147 | 2D | 35 |
| Octal | 276 | 122 | 216 | 0 | 71 | 31 | 31 | 507 | 55 | 65 |
| Binary | 10111110 | 1010010 | 10001110 | 0 | 111001 | 11001 | 11001 | 101000111 | 101101 | 110101 |
Color Harmonies of #BE528E
Complementary color
Monochromatic Colors of #BE528E
Black with #BE528E
Text Example
Text Example
White with #BE528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE528E; }
p { color: rgb(190,82,142); }
H1.HeaderClassName
{
color: #BE528E;
}
.AnyTagClassName
{
color: #BE528E;
}
</style>
background-color css
<style>
a { background-color: #BE528E; }
a { background-color: rgb(190,82,142); }
div.DivClassName
{
background-color: #BE528E;
}
.BgClassName
{
background-color: #BE528E;
}
</style>
border-color css
<style>
span { border-color: #BE528E; }
span { border-color: rgb(190,82,142); }
td.TdClassName
{
border-color: #BE528E;
}
.TagClassName
{
border-color: #BE528E;
}
</style>