#BE554A

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

Shades of Sunset #BE554A

Tints of Sunset #BE554A

Color information

#BE554A (or 0xBE554A) is unknown color: approx Sunset. HEX triplet: BE, 55 and 4A. RGB value is (190,85,74). Sum of RGB (Red+Green+Blue) = 190+85+74=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE554A is #41AAB5. Grayscale: #737373. Windows color (decimal): -4303542 or 4871614. OLE color: 4871614.

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

Color convert

RGB1908574-
CMYK00.550.610.25
HSL5.69º47.15%51.76%-
HSV(B)5.69º61.05%74.51%-
XYZ25.7217.948.59-
YUV115.14104.79181.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.44%
GREEN value IS 85 (33.59% from 255) = 24.36%
BLUE value IS 74 (29.30% from 255) = 21.20%
R=54.44%
G=24.36%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190857400.550.610.255.6947.1551.76
HexBE554A0373D1962f34
Octal276125112067753165764
Binary1011111010101011001010011011111110111001110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE554A; }

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

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

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

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

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

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

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

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