#B58116

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

Shades of Dark Goldenrod #B58116

Tints of Dark Goldenrod #B58116

Color information

#B58116 (or 0xB58116) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 81 and 16. RGB value is (181,129,22). Sum of RGB (Red+Green+Blue) = 181+129+22=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B58116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58116 is #4A7EE9. Grayscale: #848484. Windows color (decimal): -4882154 or 1474997. OLE color: 1474997.

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

Color convert

RGB18112922-
CMYK00.290.880.29
HSL40.38º78.33%39.8%-
HSV(B)40.38º87.85%70.98%-
XYZ27.0525.584.27-
YUV132.3565.73162.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.52%
GREEN value IS 129 (50.78% from 255) = 38.86%
BLUE value IS 22 (8.98% from 255) = 6.63%
R=54.52%
G=38.86%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811292200.290.880.2940.3878.3339.8
HexB5811601D581D284e28
Octal26520126035130355011650
Binary1011010110000001101100111011011000111011010001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58116; }

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

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

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

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

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

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

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

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