#B47C11

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

Shades of Dark Goldenrod #B47C11

Tints of Dark Goldenrod #B47C11

Color information

#B47C11 (or 0xB47C11) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 7C and 11. RGB value is (180,124,17). Sum of RGB (Red+Green+Blue) = 180+124+17=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47C11 is #4B83EE. Grayscale: #818181. Windows color (decimal): -4948975 or 1146036. OLE color: 1146036.

HSL color Cylindrical-coordinate representation of color #B47C11: hue angle of 39.39º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B47C11 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB18012417-
CMYK00.310.910.29
HSL39.39º82.74%38.63%-
HSV(B)39.39º90.56%70.59%-
XYZ26.1324.163.82-
YUV128.5565.05164.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.07%
GREEN value IS 124 (48.83% from 255) = 38.63%
BLUE value IS 17 (7.03% from 255) = 5.30%
R=56.07%
G=38.63%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801241700.310.910.2939.3982.7438.63
HexB47C1101F5B1D275327
Octal26417421037133354712347
Binary101101001111100100010111111011011111011001111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47C11; }

 p { color: rgb(180,124,17); }

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

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

 a { background-color: rgb(180,124,17); }

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

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

 span { border-color: rgb(180,124,17); }

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