#BE4E6D

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

Shades of Blush #BE4E6D

Tints of Blush #BE4E6D

Color information

#BE4E6D (or 0xBE4E6D) is unknown color: approx Blush. HEX triplet: BE, 4E and 6D. RGB value is (190,78,109). Sum of RGB (Red+Green+Blue) = 190+78+109=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E6D is #41B192. Grayscale: #737373. Windows color (decimal): -4305299 or 7163582. OLE color: 7163582.

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

Color convert

RGB19078109-
CMYK00.590.430.25
HSL343.39º46.28%52.55%-
HSV(B)343.39º58.95%74.51%-
XYZ26.7217.516.44-
YUV115.02124.61181.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 78 (30.86% from 255) = 20.69%
BLUE value IS 109 (42.97% from 255) = 28.91%
R=50.40%
G=20.69%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907810900.590.430.25343.3946.2852.55
HexBE4E6D03B2B191572e35
Octal27611615507353315275665
Binary1011111010011101101101011101110101111001101010111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4E6D; }

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

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

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

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

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

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

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

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