Shades of Mulberry #BE4686
Tints of Mulberry #BE4686
RGB
CMYK
RGB Variations
Color information
#BE4686 (or 0xBE4686) is known color: Mulberry. HEX triplet: BE, 46 and 86. RGB value is (190,70,134). Sum of RGB (Red+Green+Blue) = 190+70+134=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4686 is #41B979. Grayscale: #717171. Windows color (decimal): -4307322 or 8799934. OLE color: 8799934.
HSL color Cylindrical-coordinate representation of color #BE4686: hue angle of 328º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE4686 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 70 | 134 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.25 |
| HSL | 328º | 0.48% | 0.51% | - |
| HSV(B) | 328º | 0.63% | 0.75% | - |
| XYZ | 27.73 | 17.05 | 24.38 | - |
| YUV | 113.18 | 139.76 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 70 | 134 | 0 | 0.63 | 0.29 | 0.25 | 328 | 0.48 | 0.51 |
| Hex | BE | 46 | 86 | 0 | 3F | 1D | 19 | 148 | 30 | 33 |
| Octal | 276 | 106 | 206 | 0 | 77 | 35 | 31 | 510 | 60 | 63 |
| Binary | 10111110 | 1000110 | 10000110 | 0 | 111111 | 11101 | 11001 | 101001000 | 110000 | 110011 |
Color Harmonies of #BE4686
Complementary color
Monochromatic Colors of #BE4686
Black with #BE4686
Text Example
Text Example
White with #BE4686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4686; }
p { color: rgb(190,70,134); }
H1.HeaderClassName
{
color: #BE4686;
}
.AnyTagClassName
{
color: #BE4686;
}
</style>
background-color css
<style>
a { background-color: #BE4686; }
a { background-color: rgb(190,70,134); }
div.DivClassName
{
background-color: #BE4686;
}
.BgClassName
{
background-color: #BE4686;
}
</style>
border-color css
<style>
span { border-color: #BE4686; }
span { border-color: rgb(190,70,134); }
td.TdClassName
{
border-color: #BE4686;
}
.TagClassName
{
border-color: #BE4686;
}
</style>