#B47108

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

Shades of Dark Goldenrod #B47108

Tints of Dark Goldenrod #B47108

Color information

#B47108 (or 0xB47108) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 71 and 08. RGB value is (180,113,8). Sum of RGB (Red+Green+Blue) = 180+113+8=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B47108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47108 is #4B8EF7. Grayscale: #797979. Windows color (decimal): -4951800 or 553396. OLE color: 553396.

HSL color Cylindrical-coordinate representation of color #B47108: hue angle of 36.63º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B47108 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB1801138-
CMYK00.370.960.29
HSL36.63º91.49%36.86%-
HSV(B)36.63º95.56%70.59%-
XYZ24.7721.533.08-
YUV121.0664.2170.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.80%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 8 (3.52% from 255) = 2.66%
R=59.80%
G=37.54%
B=2.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180113800.370.960.2936.6391.4936.86
HexB4718025601D255b25
Octal26416110045140354513345
Binary101101001110001100001001011100000111011001011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47108; }

 p { color: rgb(180,113,8); }

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

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

 a { background-color: rgb(180,113,8); }

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

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

 span { border-color: rgb(180,113,8); }

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