#B58E17

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

Shades of Dark Goldenrod #B58E17

Tints of Dark Goldenrod #B58E17

Color information

#B58E17 (or 0xB58E17) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 8E and 17. RGB value is (181,142,23). Sum of RGB (Red+Green+Blue) = 181+142+23=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58E17 is #4A71E8. Grayscale: #8C8C8C. Windows color (decimal): -4878825 or 1543861. OLE color: 1543861.

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

Color convert

RGB18114223-
CMYK00.220.870.29
HSL45.19º77.45%40%-
HSV(B)45.19º87.29%70.98%-
XYZ28.8829.234.93-
YUV140.161.92157.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.31%
GREEN value IS 142 (55.86% from 255) = 41.04%
BLUE value IS 23 (9.38% from 255) = 6.65%
R=52.31%
G=41.04%
B=6.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811422300.220.870.2945.1977.4540
HexB58E17016571D2d4d28
Octal26521627026127355511550
Binary1011010110001110101110101101010111111011011011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58E17; }

 p { color: rgb(181,142,23); }

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

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

 a { background-color: rgb(181,142,23); }

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

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

 span { border-color: rgb(181,142,23); }

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