#BE5A6C

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

Shades of Blush #BE5A6C

Tints of Blush #BE5A6C

Color information

#BE5A6C (or 0xBE5A6C) is unknown color: approx Blush. HEX triplet: BE, 5A and 6C. RGB value is (190,90,108). Sum of RGB (Red+Green+Blue) = 190+90+108=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5A6C is #41A593. Grayscale: #797979. Windows color (decimal): -4302228 or 7101118. OLE color: 7101118.

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

Color convert

RGB19090108-
CMYK00.530.430.25
HSL349.2º43.48%54.9%-
HSV(B)349.2º52.63%74.51%-
XYZ27.619.3416.47-
YUV121.95120.13176.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 90 (35.55% from 255) = 23.20%
BLUE value IS 108 (42.58% from 255) = 27.84%
R=48.97%
G=23.20%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909010800.530.430.25349.243.4854.9
HexBE5A6C0352B1915d2b37
Octal27613215406553315355367
Binary1011111010110101101100011010110101111001101011101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5A6C; }

 p { color: rgb(190,90,108); }

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

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

 a { background-color: rgb(190,90,108); }

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

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

 span { border-color: rgb(190,90,108); }

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