#BE4E64

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

Shades of Blush #BE4E64

Tints of Blush #BE4E64

Color information

#BE4E64 (or 0xBE4E64) is unknown color: approx Blush. HEX triplet: BE, 4E and 64. RGB value is (190,78,100). Sum of RGB (Red+Green+Blue) = 190+78+100=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E64 is #41B19B. Grayscale: #727272. Windows color (decimal): -4305308 or 6573758. OLE color: 6573758.

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

Color convert

RGB19078100-
CMYK00.590.470.25
HSL348.21º46.28%52.55%-
HSV(B)348.21º58.95%74.51%-
XYZ26.2617.3214.01-
YUV114120.11182.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.63%
GREEN value IS 78 (30.86% from 255) = 21.20%
BLUE value IS 100 (39.45% from 255) = 27.17%
R=51.63%
G=21.20%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907810000.590.470.25348.2146.2852.55
HexBE4E6403B2F1915c2e35
Octal27611614407357315345665
Binary1011111010011101100100011101110111111001101011100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4E64; }

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

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

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

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

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

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

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

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