#BE5966

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

Shades of Blush #BE5966

Tints of Blush #BE5966

Color information

#BE5966 (or 0xBE5966) is unknown color: approx Blush. HEX triplet: BE, 59 and 66. RGB value is (190,89,102). Sum of RGB (Red+Green+Blue) = 190+89+102=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5966 is #41A699. Grayscale: #787878. Windows color (decimal): -4302490 or 6707646. OLE color: 6707646.

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

Color convert

RGB19089102-
CMYK00.530.460.25
HSL352.28º43.72%54.71%-
HSV(B)352.28º53.16%74.51%-
XYZ27.2119.0514.81-
YUV120.68117.46177.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=49.87%
G=23.36%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908910200.530.460.25352.2843.7254.71
HexBE59660352E191602c37
Octal27613114606556315405467
Binary1011111010110011100110011010110111011001101100000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5966; }

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

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

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

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

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

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

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

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