#BE504A

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

Shades of Sunset #BE504A

Tints of Sunset #BE504A

Color information

#BE504A (or 0xBE504A) is unknown color: approx Sunset. HEX triplet: BE, 50 and 4A. RGB value is (190,80,74). Sum of RGB (Red+Green+Blue) = 190+80+74=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE504A is #41AFB5. Grayscale: #707070. Windows color (decimal): -4304822 or 4870334. OLE color: 4870334.

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

Color convert

RGB1908074-
CMYK00.580.610.25
HSL3.1º47.15%51.76%-
HSV(B)3.1º61.05%74.51%-
XYZ25.3417.188.46-
YUV112.21106.44183.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.23%
GREEN value IS 80 (31.64% from 255) = 23.26%
BLUE value IS 74 (29.30% from 255) = 21.51%
R=55.23%
G=23.26%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190807400.580.610.253.147.1551.76
HexBE504A03A3D1932f34
Octal276120112072753135764
Binary101111101010000100101001110101111011100111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE504A; }

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

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

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

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

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

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

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

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