#BE415C

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

Shades of Blush #BE415C

Tints of Blush #BE415C

Color information

#BE415C (or 0xBE415C) is unknown color: approx Blush. HEX triplet: BE, 41 and 5C. RGB value is (190,65,92). Sum of RGB (Red+Green+Blue) = 190+65+92=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE415C is #41BEA3. Grayscale: #696969. Windows color (decimal): -4308644 or 6046142. OLE color: 6046142.

HSL color Cylindrical-coordinate representation of color #BE415C: hue angle of 347.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE415C is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB1906592-
CMYK00.660.520.25
HSL347.04º49.02%50%-
HSV(B)347.04º65.79%74.51%-
XYZ25.0615.511.8-
YUV105.45120.41188.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.76%
GREEN value IS 65 (25.78% from 255) = 18.73%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=54.76%
G=18.73%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190659200.660.520.25347.0449.0250
HexBE415C042341915b3132
Octal276101134010264315336162
Binary10111110100000110111000100001011010011001101011011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE415C; }

 p { color: rgb(190,65,92); }

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

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

 a { background-color: rgb(190,65,92); }

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

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

 span { border-color: rgb(190,65,92); }

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