#BE4E5E

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

Shades of Blush #BE4E5E

Tints of Blush #BE4E5E

Color information

#BE4E5E (or 0xBE4E5E) is unknown color: approx Blush. HEX triplet: BE, 4E and 5E. RGB value is (190,78,94). Sum of RGB (Red+Green+Blue) = 190+78+94=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E5E is #41B1A1. Grayscale: #717171. Windows color (decimal): -4305314 or 6180542. OLE color: 6180542.

HSL color Cylindrical-coordinate representation of color #BE4E5E: hue angle of 351.43º 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 #BE4E5E is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB1907894-
CMYK00.590.510.25
HSL351.43º46.28%52.55%-
HSV(B)351.43º58.95%74.51%-
XYZ25.9817.212.54-
YUV113.31117.11182.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.49%
GREEN value IS 78 (30.86% from 255) = 21.55%
BLUE value IS 94 (37.11% from 255) = 25.97%
R=52.49%
G=21.55%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190789400.590.510.25351.4346.2852.55
HexBE4E5E03B331915f2e35
Octal27611613607363315375665
Binary1011111010011101011110011101111001111001101011111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4E5E; }

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

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

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

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

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

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

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

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