#B58316

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

Shades of Dark Goldenrod #B58316

Tints of Dark Goldenrod #B58316

Color information

#B58316 (or 0xB58316) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 83 and 16. RGB value is (181,131,22). Sum of RGB (Red+Green+Blue) = 181+131+22=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B58316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58316 is #4A7CE9. Grayscale: #868686. Windows color (decimal): -4881642 or 1475509. OLE color: 1475509.

HSL color Cylindrical-coordinate representation of color #B58316: hue angle of 41.13º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B58316 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB18113122-
CMYK00.280.880.29
HSL41.13º78.33%39.8%-
HSV(B)41.13º87.85%70.98%-
XYZ27.3226.114.36-
YUV133.5265.07161.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.19%
GREEN value IS 131 (51.56% from 255) = 39.22%
BLUE value IS 22 (8.98% from 255) = 6.59%
R=54.19%
G=39.22%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811312200.280.880.2941.1378.3339.8
HexB5831601C581D294e28
Octal26520326034130355111650
Binary1011010110000011101100111001011000111011010011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58316; }

 p { color: rgb(181,131,22); }

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

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

 a { background-color: rgb(181,131,22); }

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

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

 span { border-color: rgb(181,131,22); }

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