#BE4A64

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

Shades of Blush #BE4A64

Tints of Blush #BE4A64

Color information

#BE4A64 (or 0xBE4A64) is unknown color: approx Blush. HEX triplet: BE, 4A and 64. RGB value is (190,74,100). Sum of RGB (Red+Green+Blue) = 190+74+100=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4A64 is #41B59B. Grayscale: #6F6F6F. Windows color (decimal): -4306332 or 6572734. OLE color: 6572734.

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

Color convert

RGB19074100-
CMYK00.610.470.25
HSL346.55º47.15%51.76%-
HSV(B)346.55º61.05%74.51%-
XYZ25.9816.7613.92-
YUV111.65121.43183.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 74 (29.30% from 255) = 20.33%
BLUE value IS 100 (39.45% from 255) = 27.47%
R=52.20%
G=20.33%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907410000.610.470.25346.5547.1551.76
HexBE4A6403D2F1915b2f34
Octal27611214407557315335764
Binary1011111010010101100100011110110111111001101011011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4A64; }

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

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

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

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

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

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

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

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