#b47508

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

Shades of Dark Goldenrod #B47508

Tints of Dark Goldenrod #B47508

Color information

#B47508 (or 0xB47508) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 75 and 08. RGB value is (180,117,8). Sum of RGB (Red+Green+Blue) = 180+117+8=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B47508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47508 is #4B8AF7. Grayscale: #7B7B7B. Windows color (decimal): -4950776 or 554420. OLE color: 554420.

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

Color convert

RGB1801178-
CMYK00.350.960.29
HSL38.02º91.49%36.86%-
HSV(B)38.02º95.56%70.59%-
XYZ25.2322.443.23-
YUV123.4162.87168.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.02%
GREEN value IS 117 (46.09% from 255) = 38.36%
BLUE value IS 8 (3.52% from 255) = 2.62%
R=59.02%
G=38.36%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180117800.350.960.2938.0291.4936.86
HexB4758023601D265b25
Octal26416510043140354613345
Binary101101001110101100001000111100000111011001101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b47508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b47508; }

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

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

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

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

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

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

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

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