#B17012

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

Shades of Dark Goldenrod #B17012

Tints of Dark Goldenrod #B17012

Color information

#B17012 (or 0xB17012) is unknown color: approx Dark Goldenrod. HEX triplet: B1, 70 and 12. RGB value is (177,112,18). Sum of RGB (Red+Green+Blue) = 177+112+18=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B17012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17012 is #4E8FED. Grayscale: #797979. Windows color (decimal): -5148654 or 1208497. OLE color: 1208497.

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

Color convert

RGB17711218-
CMYK00.370.900.31
HSL35.47º81.54%38.24%-
HSV(B)35.47º89.83%69.41%-
XYZ24.0320.983.35-
YUV120.7270.03168.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.65%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 18 (7.42% from 255) = 5.86%
R=57.65%
G=36.48%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771121800.370.900.3135.4781.5438.24
HexB170120255A1F235226
Octal26116022045132374312246
Binary1011000111100001001001001011011010111111000111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17012; }

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

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

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

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

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

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

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

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