#BE5044

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

Shades of Sunset #BE5044

Tints of Sunset #BE5044

Color information

#BE5044 (or 0xBE5044) is unknown color: approx Sunset. HEX triplet: BE, 50 and 44. RGB value is (190,80,68). Sum of RGB (Red+Green+Blue) = 190+80+68=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5044 is #41AFBB. Grayscale: #6F6F6F. Windows color (decimal): -4304828 or 4477118. OLE color: 4477118.

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

Color convert

RGB1908068-
CMYK00.580.640.25
HSL5.9º48.41%50.59%-
HSV(B)5.9º64.21%74.51%-
XYZ25.1517.17.44-
YUV111.52103.44183.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.21%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 68 (26.95% from 255) = 20.12%
R=56.21%
G=23.67%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190806800.580.640.255.948.4150.59
HexBE504403A401963033
Octal2761201040721003166063
Binary10111110101000010001000111010100000011001110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5044; }

 p { color: rgb(190,80,68); }

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

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

 a { background-color: rgb(190,80,68); }

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

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

 span { border-color: rgb(190,80,68); }

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