#BE4D64

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

Shades of Blush #BE4D64

Tints of Blush #BE4D64

Color information

#BE4D64 (or 0xBE4D64) is unknown color: approx Blush. HEX triplet: BE, 4D and 64. RGB value is (190,77,100). Sum of RGB (Red+Green+Blue) = 190+77+100=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D64 is #41B29B. Grayscale: #717171. Windows color (decimal): -4305564 or 6573502. OLE color: 6573502.

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

Color convert

RGB19077100-
CMYK00.590.470.25
HSL347.79º46.5%52.35%-
HSV(B)347.79º59.47%74.51%-
XYZ26.1917.1813.99-
YUV113.41120.44182.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.77%
GREEN value IS 77 (30.47% from 255) = 20.98%
BLUE value IS 100 (39.45% from 255) = 27.25%
R=51.77%
G=20.98%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907710000.590.470.25347.7946.552.35
HexBE4D6403B2F1915c2f34
Octal27611514407357315345764
Binary1011111010011011100100011101110111111001101011100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4D64; }

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

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

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

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

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

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

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

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