#BE495C

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

Shades of Blush #BE495C

Tints of Blush #BE495C

Color information

#BE495C (or 0xBE495C) is unknown color: approx Blush. HEX triplet: BE, 49 and 5C. RGB value is (190,73,92). Sum of RGB (Red+Green+Blue) = 190+73+92=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE495C is #41B6A3. Grayscale: #6E6E6E. Windows color (decimal): -4306596 or 6048190. OLE color: 6048190.

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

Color convert

RGB1907392-
CMYK00.620.520.25
HSL350.26º47.37%51.57%-
HSV(B)350.26º61.58%74.51%-
XYZ25.5516.4811.96-
YUV110.15117.76184.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 92 (36.33% from 255) = 25.92%
R=53.52%
G=20.56%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190739200.620.520.25350.2647.3751.57
HexBE495C03E341915e2f34
Octal27611113407664315365764
Binary1011111010010011011100011111011010011001101011110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE495C; }

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

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

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

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

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

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

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

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