#BE5968

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

Shades of Blush #BE5968

Tints of Blush #BE5968

Color information

#BE5968 (or 0xBE5968) is unknown color: approx Blush. HEX triplet: BE, 59 and 68. RGB value is (190,89,104). Sum of RGB (Red+Green+Blue) = 190+89+104=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5968 is #41A697. Grayscale: #787878. Windows color (decimal): -4302488 or 6838718. OLE color: 6838718.

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

Color convert

RGB19089104-
CMYK00.530.450.25
HSL351.09º43.72%54.71%-
HSV(B)351.09º53.16%74.51%-
XYZ27.3119.0915.34-
YUV120.91118.46177.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.61%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=49.61%
G=23.24%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908910400.530.450.25351.0943.7254.71
HexBE59680352D1915f2c37
Octal27613115006555315375467
Binary1011111010110011101000011010110110111001101011111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5968; }

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

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

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

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

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

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

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

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