#BE4D69

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

Shades of Blush #BE4D69

Tints of Blush #BE4D69

Color information

#BE4D69 (or 0xBE4D69) is unknown color: approx Blush. HEX triplet: BE, 4D and 69. RGB value is (190,77,105). Sum of RGB (Red+Green+Blue) = 190+77+105=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D69 is #41B296. Grayscale: #717171. Windows color (decimal): -4305559 or 6901182. OLE color: 6901182.

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

Color convert

RGB19077105-
CMYK00.590.450.25
HSL345.13º46.5%52.35%-
HSV(B)345.13º59.47%74.51%-
XYZ26.4417.2715.31-
YUV113.98122.94182.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.08%
GREEN value IS 77 (30.47% from 255) = 20.70%
BLUE value IS 105 (41.41% from 255) = 28.23%
R=51.08%
G=20.70%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907710500.590.450.25345.1346.552.35
HexBE4D6903B2D191592f34
Octal27611515107355315315764
Binary1011111010011011101001011101110110111001101011001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4D69; }

 p { color: rgb(190,77,105); }

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

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

 a { background-color: rgb(190,77,105); }

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

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

 span { border-color: rgb(190,77,105); }

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