#B47708

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

Shades of Dark Goldenrod #B47708

Tints of Dark Goldenrod #B47708

Color information

#B47708 (or 0xB47708) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 77 and 08. RGB value is (180,119,8). Sum of RGB (Red+Green+Blue) = 180+119+8=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B47708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47708 is #4B88F7. Grayscale: #7D7D7D. Windows color (decimal): -4950264 or 554932. OLE color: 554932.

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

Color convert

RGB1801198-
CMYK00.340.960.29
HSL38.72º91.49%36.86%-
HSV(B)38.72º95.56%70.59%-
XYZ25.4622.913.31-
YUV124.5862.21167.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.63%
GREEN value IS 119 (46.88% from 255) = 38.76%
BLUE value IS 8 (3.52% from 255) = 2.61%
R=58.63%
G=38.76%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180119800.340.960.2938.7291.4936.86
HexB4778022601D275b25
Octal26416710042140354713345
Binary101101001110111100001000101100000111011001111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47708; }

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

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

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

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

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

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

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

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