#BE4F86

Color #BE4F86 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #BE4F86

Tints of Mulberry #BE4F86

Color information

#BE4F86 (or 0xBE4F86) is unknown color: approx Mulberry. HEX triplet: BE, 4F and 86. RGB value is (190,79,134). Sum of RGB (Red+Green+Blue) = 190+79+134=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4F86 is #41B079. Grayscale: #767676. Windows color (decimal): -4305018 or 8802238. OLE color: 8802238.

HSL color Cylindrical-coordinate representation of color #BE4F86: hue angle of 330.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE4F86 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB19079134-
CMYK00.580.290.25
HSL330.27º46.06%52.75%-
HSV(B)330.27º58.42%74.51%-
XYZ28.3318.2624.59-
YUV118.46136.77179.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 79 (31.25% from 255) = 19.60%
BLUE value IS 134 (52.73% from 255) = 33.25%
R=47.15%
G=19.60%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907913400.580.290.25330.2746.0652.75
HexBE4F8603A1D1914a2e35
Octal27611720607235315125665
Binary1011111010011111000011001110101110111001101001010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4F86; }

 p { color: rgb(190,79,134); }

 H1.HeaderClassName
 {
   color: #BE4F86;
 }
 .AnyTagClassName
 {
   color: #BE4F86;
 }
</style>
background-color css

<style>
 a { background-color: #BE4F86; }

 a { background-color: rgb(190,79,134); }

 div.DivClassName
 {
   background-color: #BE4F86;
 }
 .BgClassName
 {
   background-color: #BE4F86;
 }
</style>
border-color css

<style>
 span { border-color: #BE4F86; }

 span { border-color: rgb(190,79,134); }

 td.TdClassName
 {
   border-color: #BE4F86;
 }
 .TagClassName
 {
   border-color: #BE4F86;
 }
</style>