#BE5B64

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

Shades of Blush #BE5B64

Tints of Blush #BE5B64

Color information

#BE5B64 (or 0xBE5B64) is unknown color: approx Blush. HEX triplet: BE, 5B and 64. RGB value is (190,91,100). Sum of RGB (Red+Green+Blue) = 190+91+100=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5B64 is #41A49B. Grayscale: #797979. Windows color (decimal): -4301980 or 6577086. OLE color: 6577086.

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

Color convert

RGB19091100-
CMYK00.520.470.25
HSL354.55º43.23%55.1%-
HSV(B)354.55º52.11%74.51%-
XYZ27.2819.3514.35-
YUV121.63115.8176.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 91 (35.94% from 255) = 23.88%
BLUE value IS 100 (39.45% from 255) = 26.25%
R=49.87%
G=23.88%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909110000.520.470.25354.5543.2355.1
HexBE5B640342F191632b37
Octal27613314406457315435367
Binary1011111010110111100100011010010111111001101100011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5B64; }

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

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

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

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

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

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

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

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