#BE790E

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

Shades of Dark Goldenrod #BE790E

Tints of Dark Goldenrod #BE790E

Color information

#BE790E (or 0xBE790E) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 79 and 0E. RGB value is (190,121,14). Sum of RGB (Red+Green+Blue) = 190+121+14=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE790E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE790E is #4186F1. Grayscale: #818181. Windows color (decimal): -4294386 or 948670. OLE color: 948670.

HSL color Cylindrical-coordinate representation of color #BE790E: hue angle of 36.48º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE790E is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB19012114-
CMYK00.360.930.25
HSL36.48º86.27%40%-
HSV(B)36.48º92.63%74.51%-
XYZ28.1524.653.69-
YUV129.4362.86171.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.46%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 14 (5.86% from 255) = 4.31%
R=58.46%
G=37.23%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901211400.360.930.2536.4886.2740
HexBE79E0245D19245628
Octal27617116044135314412650
Binary101111101111001111001001001011101110011001001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE790E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE790E; }

 p { color: rgb(190,121,14); }

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

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

 a { background-color: rgb(190,121,14); }

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

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

 span { border-color: rgb(190,121,14); }

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