#B47008

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

Shades of Dark Goldenrod #B47008

Tints of Dark Goldenrod #B47008

Color information

#B47008 (or 0xB47008) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 70 and 08. RGB value is (180,112,8). Sum of RGB (Red+Green+Blue) = 180+112+8=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B47008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47008 is #4B8FF7. Grayscale: #787878. Windows color (decimal): -4952056 or 553140. OLE color: 553140.

HSL color Cylindrical-coordinate representation of color #B47008: hue angle of 36.28º 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 #B47008 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB1801128-
CMYK00.380.960.29
HSL36.28º91.49%36.86%-
HSV(B)36.28º95.56%70.59%-
XYZ24.6621.313.04-
YUV120.4864.53170.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 8 (3.52% from 255) = 2.67%
R=60%
G=37.33%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180112800.380.960.2936.2891.4936.86
HexB4708026601D245b25
Octal26416010046140354413345
Binary101101001110000100001001101100000111011001001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47008; }

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

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

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

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

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

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

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

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