#BE5345

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

Shades of Sunset #BE5345

Tints of Sunset #BE5345

Color information

#BE5345 (or 0xBE5345) is unknown color: approx Sunset. HEX triplet: BE, 53 and 45. RGB value is (190,83,69). Sum of RGB (Red+Green+Blue) = 190+83+69=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5345 is #41ACBA. Grayscale: #717171. Windows color (decimal): -4304059 or 4543422. OLE color: 4543422.

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

Color convert

RGB1908369-
CMYK00.560.640.25
HSL6.94º48.21%50.78%-
HSV(B)6.94º63.68%74.51%-
XYZ25.417.567.68-
YUV113.4102.95182.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.56%
GREEN value IS 83 (32.81% from 255) = 24.27%
BLUE value IS 69 (27.34% from 255) = 20.18%
R=55.56%
G=24.27%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190836900.560.640.256.9448.2150.78
HexBE5345038401973033
Octal2761231050701003176063
Binary10111110101001110001010111000100000011001111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5345; }

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

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

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

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

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

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

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

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