#BE5965

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

Shades of Blush #BE5965

Tints of Blush #BE5965

Color information

#BE5965 (or 0xBE5965) is unknown color: approx Blush. HEX triplet: BE, 59 and 65. RGB value is (190,89,101). Sum of RGB (Red+Green+Blue) = 190+89+101=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5965 is #41A69A. Grayscale: #787878. Windows color (decimal): -4302491 or 6642110. OLE color: 6642110.

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

Color convert

RGB19089101-
CMYK00.530.470.25
HSL352.87º43.72%54.71%-
HSV(B)352.87º53.16%74.51%-
XYZ27.1619.0314.55-
YUV120.57116.96177.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 101 (39.84% from 255) = 26.58%
R=50%
G=23.42%
B=26.58%

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
Decimal1908910100.530.470.25352.8743.7254.71
HexBE59650352F191612c37
Octal27613114506557315415467
Binary1011111010110011100101011010110111111001101100001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5965; }

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

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

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

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

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

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

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

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