#B47D11

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

Shades of Dark Goldenrod #B47D11

Tints of Dark Goldenrod #B47D11

Color information

#B47D11 (or 0xB47D11) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 7D and 11. RGB value is (180,125,17). Sum of RGB (Red+Green+Blue) = 180+125+17=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47D11 is #4B82EE. Grayscale: #818181. Windows color (decimal): -4948719 or 1146292. OLE color: 1146292.

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

Color convert

RGB18012517-
CMYK00.310.910.29
HSL39.75º82.74%38.63%-
HSV(B)39.75º90.56%70.59%-
XYZ26.2624.413.86-
YUV129.1364.72164.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.90%
GREEN value IS 125 (49.22% from 255) = 38.82%
BLUE value IS 17 (7.03% from 255) = 5.28%
R=55.90%
G=38.82%
B=5.28%

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
Decimal1801251700.310.910.2939.7582.7438.63
HexB47D1101F5B1D285327
Octal26417521037133355012347
Binary101101001111101100010111111011011111011010001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47D11; }

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

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

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

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

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

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

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

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