#B39110

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

Shades of Dark Goldenrod #B39110

Tints of Dark Goldenrod #B39110

Color information

#B39110 (or 0xB39110) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 91 and 10. RGB value is (179,145,16). Sum of RGB (Red+Green+Blue) = 179+145+16=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B39110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39110 is #4C6EEF. Grayscale: #8D8D8D. Windows color (decimal): -5009136 or 1085875. OLE color: 1085875.

HSL color Cylindrical-coordinate representation of color #B39110: hue angle of 47.48º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B39110 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB17914516-
CMYK00.190.910.30
HSL47.48º83.59%38.24%-
HSV(B)47.48º91.06%70.2%-
XYZ28.8129.874.74-
YUV140.4657.76155.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.65%
GREEN value IS 145 (57.03% from 255) = 42.65%
BLUE value IS 16 (6.64% from 255) = 4.71%
R=52.65%
G=42.65%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791451600.190.910.3047.4883.5938.24
HexB391100135B1E2f5426
Octal26322120023133365712446
Binary1011001110010001100000100111011011111101011111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39110; }

 p { color: rgb(179,145,16); }

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

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

 a { background-color: rgb(179,145,16); }

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

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

 span { border-color: rgb(179,145,16); }

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