#BE810E

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

Shades of Dark Goldenrod #BE810E

Tints of Dark Goldenrod #BE810E

Color information

#BE810E (or 0xBE810E) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 81 and 0E. RGB value is (190,129,14). Sum of RGB (Red+Green+Blue) = 190+129+14=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE810E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE810E is #417EF1. Grayscale: #868686. Windows color (decimal): -4292338 or 950718. OLE color: 950718.

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

Color convert

RGB19012914-
CMYK00.320.930.25
HSL39.2º86.27%40%-
HSV(B)39.2º92.63%74.51%-
XYZ29.1626.684.03-
YUV134.1360.21167.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.06%
GREEN value IS 129 (50.78% from 255) = 38.74%
BLUE value IS 14 (5.86% from 255) = 4.20%
R=57.06%
G=38.74%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901291400.320.930.2539.286.2740
HexBE81E0205D19275628
Octal27620116040135314712650
Binary1011111010000001111001000001011101110011001111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE810E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE810E; }

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

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

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

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

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

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

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

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