#B17112

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

Shades of Dark Goldenrod #B17112

Tints of Dark Goldenrod #B17112

Color information

#B17112 (or 0xB17112) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 71 and 12. RGB value is (177,113,18). Sum of RGB (Red+Green+Blue) = 177+113+18=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B17112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17112 is #4E8EED. Grayscale: #797979. Windows color (decimal): -5148398 or 1208753. OLE color: 1208753.

HSL color Cylindrical-coordinate representation of color #B17112: hue angle of 35.85º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B17112 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB17711318-
CMYK00.360.900.31
HSL35.85º81.54%38.24%-
HSV(B)35.85º89.83%69.41%-
XYZ24.1521.23.39-
YUV121.3169.7167.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.47%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 18 (7.42% from 255) = 5.84%
R=57.47%
G=36.69%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771131800.360.900.3135.8581.5438.24
HexB171120245A1F245226
Octal26116122044132374412246
Binary1011000111100011001001001001011010111111001001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17112; }

 p { color: rgb(177,113,18); }

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

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

 a { background-color: rgb(177,113,18); }

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

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

 span { border-color: rgb(177,113,18); }

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