#BE7A0E

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

Shades of Dark Goldenrod #BE7A0E

Tints of Dark Goldenrod #BE7A0E

Color information

#BE7A0E (or 0xBE7A0E) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 7A and 0E. RGB value is (190,122,14). Sum of RGB (Red+Green+Blue) = 190+122+14=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7A0E is #4185F1. Grayscale: #828282. Windows color (decimal): -4294130 or 948926. OLE color: 948926.

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

Color convert

RGB19012214-
CMYK00.360.930.25
HSL36.82º86.27%40%-
HSV(B)36.82º92.63%74.51%-
XYZ28.2724.93.73-
YUV130.0262.53170.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.28%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 14 (5.86% from 255) = 4.29%
R=58.28%
G=37.42%
B=4.29%

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
Decimal1901221400.360.930.2536.8286.2740
HexBE7AE0245D19255628
Octal27617216044135314512650
Binary101111101111010111001001001011101110011001011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A0E; }

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

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

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

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

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

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

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

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