#B17E16

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

Shades of Dark Goldenrod #B17E16

Tints of Dark Goldenrod #B17E16

Color information

#B17E16 (or 0xB17E16) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 7E and 16. RGB value is (177,126,22). Sum of RGB (Red+Green+Blue) = 177+126+22=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17E16 is #4E81E9. Grayscale: #818181. Windows color (decimal): -5145066 or 1474225. OLE color: 1474225.

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

Color convert

RGB17712622-
CMYK00.290.880.31
HSL40.26º77.89%39.02%-
HSV(B)40.26º87.57%69.41%-
XYZ25.7424.334.1-
YUV129.3967.4161.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.46%
GREEN value IS 126 (49.61% from 255) = 38.77%
BLUE value IS 22 (8.98% from 255) = 6.77%
R=54.46%
G=38.77%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771262200.290.880.3140.2677.8939.02
HexB17E1601D581F284e27
Octal26117626035130375011647
Binary101100011111110101100111011011000111111010001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17E16; }

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

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

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

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

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

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

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

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