#B47808

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

Shades of Dark Goldenrod #B47808

Tints of Dark Goldenrod #B47808

Color information

#B47808 (or 0xB47808) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 78 and 08. RGB value is (180,120,8). Sum of RGB (Red+Green+Blue) = 180+120+8=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B47808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47808 is #4B87F7. Grayscale: #7D7D7D. Windows color (decimal): -4950008 or 555188. OLE color: 555188.

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

Color convert

RGB1801208-
CMYK00.330.960.29
HSL39.07º91.49%36.86%-
HSV(B)39.07º95.56%70.59%-
XYZ25.5823.153.35-
YUV125.1761.88167.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.44%
GREEN value IS 120 (47.27% from 255) = 38.96%
BLUE value IS 8 (3.52% from 255) = 2.60%
R=58.44%
G=38.96%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180120800.330.960.2939.0791.4936.86
HexB4788021601D275b25
Octal26417010041140354713345
Binary101101001111000100001000011100000111011001111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47808; }

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

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

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

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

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

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

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

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