#BE4E6E

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

Shades of Blush #BE4E6E

Tints of Blush #BE4E6E

Color information

#BE4E6E (or 0xBE4E6E) is unknown color: approx Blush. HEX triplet: BE, 4E and 6E. RGB value is (190,78,110). Sum of RGB (Red+Green+Blue) = 190+78+110=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E6E is #41B191. Grayscale: #737373. Windows color (decimal): -4305298 or 7229118. OLE color: 7229118.

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

Color convert

RGB19078110-
CMYK00.590.420.25
HSL342.86º46.28%52.55%-
HSV(B)342.86º58.95%74.51%-
XYZ26.7717.5216.72-
YUV115.14125.11181.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 78 (30.86% from 255) = 20.63%
BLUE value IS 110 (43.36% from 255) = 29.10%
R=50.26%
G=20.63%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907811000.590.420.25342.8646.2852.55
HexBE4E6E03B2A191572e35
Octal27611615607352315275665
Binary1011111010011101101110011101110101011001101010111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4E6E; }

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

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

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

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

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

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

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

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