#B47806

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

Shades of Dark Goldenrod #B47806

Tints of Dark Goldenrod #B47806

Color information

#B47806 (or 0xB47806) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 78 and 06. RGB value is (180,120,6). Sum of RGB (Red+Green+Blue) = 180+120+6=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B47806 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47806 is #4B87F9. Grayscale: #7D7D7D. Windows color (decimal): -4950010 or 424116. OLE color: 424116.

HSL color Cylindrical-coordinate representation of color #B47806: hue angle of 39.31º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B47806 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1801206-
CMYK00.330.970.29
HSL39.31º93.55%36.47%-
HSV(B)39.31º96.67%70.59%-
XYZ25.5723.153.29-
YUV124.9460.88167.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.82%
GREEN value IS 120 (47.27% from 255) = 39.22%
BLUE value IS 6 (2.73% from 255) = 1.96%
R=58.82%
G=39.22%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180120600.330.970.2939.3193.5536.47
HexB4786021611D275e24
Octal2641706041141354713644
Binary10110100111100011001000011100001111011001111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47806; }

 p { color: rgb(180,120,6); }

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

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

 a { background-color: rgb(180,120,6); }

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

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

 span { border-color: rgb(180,120,6); }

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