#BE514E

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

Shades of Sunset #BE514E

Tints of Sunset #BE514E

Color information

#BE514E (or 0xBE514E) is unknown color: approx Sunset. HEX triplet: BE, 51 and 4E. RGB value is (190,81,78). Sum of RGB (Red+Green+Blue) = 190+81+78=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE514E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE514E is #41AEB1. Grayscale: #717171. Windows color (decimal): -4304562 or 5132734. OLE color: 5132734.

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

Color convert

RGB1908178-
CMYK00.570.590.25
HSL1.61º46.28%52.55%-
HSV(B)1.61º58.95%74.51%-
XYZ25.5517.389.22-
YUV113.25108.11182.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.44%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=54.44%
G=23.21%
B=22.35%

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
Decimal190817800.570.590.251.6146.2852.55
HexBE514E0393B1922e35
Octal276121116071733125665
Binary101111101010001100111001110011110111100110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE514E; }

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

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

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

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

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

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

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

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