#BE4290

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

Shades of Mulberry #BE4290

Tints of Mulberry #BE4290

Color information

#BE4290 (or 0xBE4290) is unknown color: approx Mulberry. HEX triplet: BE, 42 and 90. RGB value is (190,66,144). Sum of RGB (Red+Green+Blue) = 190+66+144=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4290 is #41BD6F. Grayscale: #6F6F6F. Windows color (decimal): -4308336 or 9454270. OLE color: 9454270.

HSL color Cylindrical-coordinate representation of color #BE4290: hue angle of 322.26º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4290 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB19066144-
CMYK00.650.240.25
HSL322.26º48.82%50.2%-
HSV(B)322.26º65.26%74.51%-
XYZ28.2216.8628.15-
YUV111.97146.08183.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.5%
GREEN value IS 66 (26.17% from 255) = 16.5%
BLUE value IS 144 (56.64% from 255) = 36%
R=47.5%
G=16.5%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906614400.650.240.25322.2648.8250.2
HexBE429004118191423132
Octal276102220010130315026162
Binary10111110100001010010000010000011100011001101000010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4290; }

 p { color: rgb(190,66,144); }

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

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

 a { background-color: rgb(190,66,144); }

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

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

 span { border-color: rgb(190,66,144); }

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