#BE5971

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

Shades of Blush #BE5971

Tints of Blush #BE5971

Color information

#BE5971 (or 0xBE5971) is unknown color: approx Blush. HEX triplet: BE, 59 and 71. RGB value is (190,89,113). Sum of RGB (Red+Green+Blue) = 190+89+113=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5971 is #41A68E. Grayscale: #797979. Windows color (decimal): -4302479 or 7428542. OLE color: 7428542.

HSL color Cylindrical-coordinate representation of color #BE5971: hue angle of 345.74º degrees, saturation: 0.44, 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 #BE5971 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB19089113-
CMYK00.530.410.25
HSL345.74º43.72%54.71%-
HSV(B)345.74º53.16%74.51%-
XYZ27.7919.2817.88-
YUV121.94122.96176.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.47%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=48.47%
G=22.70%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908911300.530.410.25345.7443.7254.71
HexBE5971035291915a2c37
Octal27613116106551315325467
Binary1011111010110011110001011010110100111001101011010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5971; }

 p { color: rgb(190,89,113); }

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

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

 a { background-color: rgb(190,89,113); }

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

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

 span { border-color: rgb(190,89,113); }

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