#BE485C

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

Shades of Blush #BE485C

Tints of Blush #BE485C

Color information

#BE485C (or 0xBE485C) is unknown color: approx Blush. HEX triplet: BE, 48 and 5C. RGB value is (190,72,92). Sum of RGB (Red+Green+Blue) = 190+72+92=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE485C is #41B7A3. Grayscale: #6D6D6D. Windows color (decimal): -4306852 or 6047934. OLE color: 6047934.

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

Color convert

RGB1907292-
CMYK00.620.520.25
HSL349.83º47.58%51.37%-
HSV(B)349.83º62.11%74.51%-
XYZ25.4816.3511.94-
YUV109.56118.09185.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.67%
GREEN value IS 72 (28.52% from 255) = 20.34%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=53.67%
G=20.34%
B=25.99%

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
Decimal190729200.620.520.25349.8347.5851.37
HexBE485C03E341915e3033
Octal27611013407664315366063
Binary1011111010010001011100011111011010011001101011110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE485C; }

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

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

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

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

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

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

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

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