#BE5349

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

Shades of Sunset #BE5349

Tints of Sunset #BE5349

Color information

#BE5349 (or 0xBE5349) is unknown color: approx Sunset. HEX triplet: BE, 53 and 49. RGB value is (190,83,73). Sum of RGB (Red+Green+Blue) = 190+83+73=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5349 is #41ACB6. Grayscale: #727272. Windows color (decimal): -4304055 or 4805566. OLE color: 4805566.

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

Color convert

RGB1908373-
CMYK00.560.620.25
HSL5.13º47.37%51.57%-
HSV(B)5.13º61.58%74.51%-
XYZ25.5317.618.36-
YUV113.85104.95182.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.91%
GREEN value IS 83 (32.81% from 255) = 23.99%
BLUE value IS 73 (28.91% from 255) = 21.10%
R=54.91%
G=23.99%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190837300.560.620.255.1347.3751.57
HexBE53490383E1952f34
Octal276123111070763155764
Binary1011111010100111001001011100011111011001101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5349; }

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

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

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

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

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

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

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

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