#BE4064

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

Shades of Blush #BE4064

Tints of Blush #BE4064

Color information

#BE4064 (or 0xBE4064) is unknown color: approx Blush. HEX triplet: BE, 40 and 64. RGB value is (190,64,100). Sum of RGB (Red+Green+Blue) = 190+64+100=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4064 is #41BF9B. Grayscale: #696969. Windows color (decimal): -4308892 or 6570174. OLE color: 6570174.

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

Color convert

RGB19064100-
CMYK00.660.470.25
HSL342.86º49.61%49.8%-
HSV(B)342.86º66.32%74.51%-
XYZ25.3715.5313.72-
YUV105.78124.74188.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.67%
GREEN value IS 64 (25.39% from 255) = 18.08%
BLUE value IS 100 (39.45% from 255) = 28.25%
R=53.67%
G=18.08%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906410000.660.470.25342.8649.6149.8
HexBE40640422F191573232
Octal276100144010257315276262
Binary10111110100000011001000100001010111111001101010111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4064; }

 p { color: rgb(190,64,100); }

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

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

 a { background-color: rgb(190,64,100); }

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

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

 span { border-color: rgb(190,64,100); }

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