#B17616

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

Shades of Dark Goldenrod #B17616

Tints of Dark Goldenrod #B17616

Color information

#B17616 (or 0xB17616) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 76 and 16. RGB value is (177,118,22). Sum of RGB (Red+Green+Blue) = 177+118+22=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B17616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17616 is #4E89E9. Grayscale: #7D7D7D. Windows color (decimal): -5147114 or 1472177. OLE color: 1472177.

HSL color Cylindrical-coordinate representation of color #B17616: hue angle of 37.16º 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 #B17616 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB17711822-
CMYK00.330.880.31
HSL37.16º77.89%39.02%-
HSV(B)37.16º87.57%69.41%-
XYZ24.7522.363.77-
YUV124.770.05165.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 118 (46.48% from 255) = 37.22%
BLUE value IS 22 (8.98% from 255) = 6.94%
R=55.84%
G=37.22%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771182200.330.880.3137.1677.8939.02
HexB17616021581F254e27
Octal26116626041130374511647
Binary1011000111101101011001000011011000111111001011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17616; }

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

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

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

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

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

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

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

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