#B17E0D

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

Shades of Dark Goldenrod #B17E0D

Tints of Dark Goldenrod #B17E0D

Color information

#B17E0D (or 0xB17E0D) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 7E and 0D. RGB value is (177,126,13). Sum of RGB (Red+Green+Blue) = 177+126+13=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17E0D is #4E81F2. Grayscale: #808080. Windows color (decimal): -5145075 or 884401. OLE color: 884401.

HSL color Cylindrical-coordinate representation of color #B17E0D: hue angle of 41.34º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B17E0D is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB17712613-
CMYK00.290.930.31
HSL41.34º86.32%37.25%-
HSV(B)41.34º92.66%69.41%-
XYZ25.6624.33.72-
YUV128.3762.9162.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 126 (49.61% from 255) = 39.87%
BLUE value IS 13 (5.47% from 255) = 4.11%
R=56.01%
G=39.87%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771261300.290.930.3141.3486.3237.25
HexB17ED01D5D1F295625
Octal26117615035135375112645
Binary10110001111111011010111011011101111111010011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17E0D; }

 p { color: rgb(177,126,13); }

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

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

 a { background-color: rgb(177,126,13); }

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

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

 span { border-color: rgb(177,126,13); }

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