#BE514F

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

Shades of Sunset #BE514F

Tints of Sunset #BE514F

Color information

#BE514F (or 0xBE514F) is unknown color: approx Sunset. HEX triplet: BE, 51 and 4F. RGB value is (190,81,79). Sum of RGB (Red+Green+Blue) = 190+81+79=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE514F is #41AEB0. Grayscale: #717171. Windows color (decimal): -4304561 or 5198270. OLE color: 5198270.

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

Color convert

RGB1908179-
CMYK00.570.580.25
HSL1.08º46.06%52.75%-
HSV(B)1.08º58.42%74.51%-
XYZ25.5917.49.41-
YUV113.36108.61182.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.29%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 79 (31.25% from 255) = 22.57%
R=54.29%
G=23.14%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190817900.570.580.251.0846.0652.75
HexBE514F0393A1912e35
Octal276121117071723115665
Binary10111110101000110011110111001111010110011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE514F; }

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

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

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

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

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

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

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

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