#BE8E0E

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

Shades of Dark Goldenrod #BE8E0E

Tints of Dark Goldenrod #BE8E0E

Color information

#BE8E0E (or 0xBE8E0E) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 8E and 0E. RGB value is (190,142,14). Sum of RGB (Red+Green+Blue) = 190+142+14=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8E0E is #4171F1. Grayscale: #8E8E8E. Windows color (decimal): -4289010 or 954046. OLE color: 954046.

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

Color convert

RGB19014214-
CMYK00.250.930.25
HSL43.64º86.27%40%-
HSV(B)43.64º92.63%74.51%-
XYZ30.9930.324.64-
YUV141.7655.9162.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.91%
GREEN value IS 142 (55.86% from 255) = 41.04%
BLUE value IS 14 (5.86% from 255) = 4.05%
R=54.91%
G=41.04%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901421400.250.930.2543.6486.2740
HexBE8EE0195D192c5628
Octal27621616031135315412650
Binary101111101000111011100110011011101110011011001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8E0E; }

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

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

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

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

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

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

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

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