#BE820D

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

Shades of Dark Goldenrod #BE820D

Tints of Dark Goldenrod #BE820D

Color information

#BE820D (or 0xBE820D) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 82 and 0D. RGB value is (190,130,13). Sum of RGB (Red+Green+Blue) = 190+130+13=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE820D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE820D is #417DF2. Grayscale: #878787. Windows color (decimal): -4292083 or 885438. OLE color: 885438.

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

Color convert

RGB19013013-
CMYK00.320.930.25
HSL39.66º87.19%39.8%-
HSV(B)39.66º93.16%74.51%-
XYZ29.2926.944.04-
YUV134.659.38167.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.06%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 13 (5.47% from 255) = 3.90%
R=57.06%
G=39.04%
B=3.90%

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
Decimal1901301300.320.930.2539.6687.1939.8
HexBE82D0205D19285728
Octal27620215040135315012750
Binary1011111010000010110101000001011101110011010001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE820D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE820D; }

 p { color: rgb(190,130,13); }

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

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

 a { background-color: rgb(190,130,13); }

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

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

 span { border-color: rgb(190,130,13); }

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