#BE5042

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

Shades of Sunset #BE5042

Tints of Sunset #BE5042

Color information

#BE5042 (or 0xBE5042) is unknown color: approx Sunset. HEX triplet: BE, 50 and 42. RGB value is (190,80,66). Sum of RGB (Red+Green+Blue) = 190+80+66=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5042 is #41AFBD. Grayscale: #6F6F6F. Windows color (decimal): -4304830 or 4346046. OLE color: 4346046.

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

Color convert

RGB1908066-
CMYK00.580.650.25
HSL6.77º48.82%50.2%-
HSV(B)6.77º65.26%74.51%-
XYZ25.0917.087.13-
YUV111.29102.44184.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.55%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 66 (26.17% from 255) = 19.64%
R=56.55%
G=23.81%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190806600.580.650.256.7748.8250.2
HexBE504203A411973132
Octal2761201020721013176162
Binary10111110101000010000100111010100000111001111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5042; }

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

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

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

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

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

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

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

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