#BE4E66

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

Shades of Blush #BE4E66

Tints of Blush #BE4E66

Color information

#BE4E66 (or 0xBE4E66) is unknown color: approx Blush. HEX triplet: BE, 4E and 66. RGB value is (190,78,102). Sum of RGB (Red+Green+Blue) = 190+78+102=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E66 is #41B199. Grayscale: #727272. Windows color (decimal): -4305306 or 6704830. OLE color: 6704830.

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

Color convert

RGB19078102-
CMYK00.590.460.25
HSL347.14º46.28%52.55%-
HSV(B)347.14º58.95%74.51%-
XYZ26.3617.3614.53-
YUV114.22121.11182.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.35%
GREEN value IS 78 (30.86% from 255) = 21.08%
BLUE value IS 102 (40.23% from 255) = 27.57%
R=51.35%
G=21.08%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907810200.590.460.25347.1446.2852.55
HexBE4E6603B2E1915b2e35
Octal27611614607356315335665
Binary1011111010011101100110011101110111011001101011011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4E66; }

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

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

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

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

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

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

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

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