#be5a64

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

Shades of Blush #BE5A64

Tints of Blush #BE5A64

Color information

#BE5A64 (or 0xBE5A64) is unknown color: approx Blush. HEX triplet: BE, 5A and 64. RGB value is (190,90,100). Sum of RGB (Red+Green+Blue) = 190+90+100=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5A64 is #41A59B. Grayscale: #797979. Windows color (decimal): -4302236 or 6576830. OLE color: 6576830.

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

Color convert

RGB19090100-
CMYK00.530.470.25
HSL354º43.48%54.9%-
HSV(B)354º52.63%74.51%-
XYZ27.1919.1814.33-
YUV121.04116.13177.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 90 (35.55% from 255) = 23.68%
BLUE value IS 100 (39.45% from 255) = 26.32%
R=50%
G=23.68%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909010000.530.470.2535443.4854.9
HexBE5A640352F191622b37
Octal27613214406557315425367
Binary1011111010110101100100011010110111111001101100010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be5a64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be5a64; }

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

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

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

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

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

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

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

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