#BE5142

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

Shades of Sunset #BE5142

Tints of Sunset #BE5142

Color information

#BE5142 (or 0xBE5142) is unknown color: approx Sunset. HEX triplet: BE, 51 and 42. RGB value is (190,81,66). Sum of RGB (Red+Green+Blue) = 190+81+66=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5142 is #41AEBD. Grayscale: #707070. Windows color (decimal): -4304574 or 4346302. OLE color: 4346302.

HSL color Cylindrical-coordinate representation of color #BE5142: hue angle of 7.26º 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 #BE5142 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB1908166-
CMYK00.570.650.25
HSL7.26º48.82%50.2%-
HSV(B)7.26º65.26%74.51%-
XYZ25.1617.237.15-
YUV111.88102.11183.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.38%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 66 (26.17% from 255) = 19.58%
R=56.38%
G=24.04%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190816600.570.650.257.2648.8250.2
HexBE5142039411973132
Octal2761211020711013176162
Binary10111110101000110000100111001100000111001111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5142; }

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

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

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

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

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

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

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

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