#B58216

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

Shades of Dark Goldenrod #B58216

Tints of Dark Goldenrod #B58216

Color information

#B58216 (or 0xB58216) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 82 and 16. RGB value is (181,130,22). Sum of RGB (Red+Green+Blue) = 181+130+22=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B58216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58216 is #4A7DE9. Grayscale: #858585. Windows color (decimal): -4881898 or 1475253. OLE color: 1475253.

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

Color convert

RGB18113022-
CMYK00.280.880.29
HSL40.75º78.33%39.8%-
HSV(B)40.75º87.85%70.98%-
XYZ27.1825.854.32-
YUV132.9465.4162.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.35%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 22 (8.98% from 255) = 6.61%
R=54.35%
G=39.04%
B=6.61%

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
Decimal1811302200.280.880.2940.7578.3339.8
HexB5821601C581D294e28
Octal26520226034130355111650
Binary1011010110000010101100111001011000111011010011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58216; }

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

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

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

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

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

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

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

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