#BE4964

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

Shades of Blush #BE4964

Tints of Blush #BE4964

Color information

#BE4964 (or 0xBE4964) is unknown color: approx Blush. HEX triplet: BE, 49 and 64. RGB value is (190,73,100). Sum of RGB (Red+Green+Blue) = 190+73+100=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4964 is #41B69B. Grayscale: #6F6F6F. Windows color (decimal): -4306588 or 6572478. OLE color: 6572478.

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

Color convert

RGB19073100-
CMYK00.620.470.25
HSL346.15º47.37%51.57%-
HSV(B)346.15º61.58%74.51%-
XYZ25.9216.6313.9-
YUV111.06121.76184.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.34%
GREEN value IS 73 (28.91% from 255) = 20.11%
BLUE value IS 100 (39.45% from 255) = 27.55%
R=52.34%
G=20.11%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907310000.620.470.25346.1547.3751.57
HexBE496403E2F1915a2f34
Octal27611114407657315325764
Binary1011111010010011100100011111010111111001101011010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4964; }

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

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

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

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

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

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

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

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