#B47E11

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

Shades of Dark Goldenrod #B47E11

Tints of Dark Goldenrod #B47E11

Color information

#B47E11 (or 0xB47E11) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 7E and 11. RGB value is (180,126,17). Sum of RGB (Red+Green+Blue) = 180+126+17=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47E11 is #4B81EE. Grayscale: #828282. Windows color (decimal): -4948463 or 1146548. OLE color: 1146548.

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

Color convert

RGB18012617-
CMYK00.30.910.29
HSL40.12º82.74%38.63%-
HSV(B)40.12º90.56%70.59%-
XYZ26.3824.673.9-
YUV129.7264.39163.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.73%
GREEN value IS 126 (49.61% from 255) = 39.01%
BLUE value IS 17 (7.03% from 255) = 5.26%
R=55.73%
G=39.01%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801261700.30.910.2940.1282.7438.63
HexB47E1101E5B1D285327
Octal26417621036133355012347
Binary101101001111110100010111101011011111011010001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E11; }

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

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

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

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

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

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

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

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