#BE5346

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

Shades of Sunset #BE5346

Tints of Sunset #BE5346

Color information

#BE5346 (or 0xBE5346) is unknown color: approx Sunset. HEX triplet: BE, 53 and 46. RGB value is (190,83,70). Sum of RGB (Red+Green+Blue) = 190+83+70=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5346 is #41ACB9. Grayscale: #717171. Windows color (decimal): -4304058 or 4608958. OLE color: 4608958.

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

Color convert

RGB1908370-
CMYK00.560.630.25
HSL6.5º48%50.98%-
HSV(B)6.5º63.16%74.51%-
XYZ25.4317.587.85-
YUV113.51103.45182.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.39%
GREEN value IS 83 (32.81% from 255) = 24.20%
BLUE value IS 70 (27.73% from 255) = 20.41%
R=55.39%
G=24.20%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190837000.560.630.256.54850.98
HexBE53460383F1973033
Octal276123106070773176063
Binary1011111010100111000110011100011111111001111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5346; }

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

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

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

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

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

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

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

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