#BE514D

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

Shades of Sunset #BE514D

Tints of Sunset #BE514D

Color information

#BE514D (or 0xBE514D) is unknown color: approx Sunset. HEX triplet: BE, 51 and 4D. RGB value is (190,81,77). Sum of RGB (Red+Green+Blue) = 190+81+77=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE514D is #41AEB2. Grayscale: #717171. Windows color (decimal): -4304563 or 5067198. OLE color: 5067198.

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

Color convert

RGB1908177-
CMYK00.570.590.25
HSL2.12º46.5%52.35%-
HSV(B)2.12º59.47%74.51%-
XYZ25.5217.379.03-
YUV113.14107.61182.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.60%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 77 (30.47% from 255) = 22.13%
R=54.60%
G=23.28%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190817700.570.590.252.1246.552.35
HexBE514D0393B1922f34
Octal276121115071733125764
Binary101111101010001100110101110011110111100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE514D; }

 p { color: rgb(190,81,77); }

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

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

 a { background-color: rgb(190,81,77); }

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

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

 span { border-color: rgb(190,81,77); }

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