#BE5764

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

Shades of Blush #BE5764

Tints of Blush #BE5764

Color information

#BE5764 (or 0xBE5764) is unknown color: approx Blush. HEX triplet: BE, 57 and 64. RGB value is (190,87,100). Sum of RGB (Red+Green+Blue) = 190+87+100=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5764 is #41A89B. Grayscale: #777777. Windows color (decimal): -4303004 or 6576062. OLE color: 6576062.

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

Color convert

RGB19087100-
CMYK00.540.470.25
HSL352.43º44.21%54.31%-
HSV(B)352.43º54.21%74.51%-
XYZ26.9418.6814.24-
YUV119.28117.12178.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 100 (39.45% from 255) = 26.53%
R=50.40%
G=23.08%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908710000.540.470.25352.4344.2154.31
HexBE57640362F191602c36
Octal27612714406657315405466
Binary1011111010101111100100011011010111111001101100000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5764; }

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

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

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

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

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

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

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

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