#B58A17

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

Shades of Dark Goldenrod #B58A17

Tints of Dark Goldenrod #B58A17

Color information

#B58A17 (or 0xB58A17) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 8A and 17. RGB value is (181,138,23). Sum of RGB (Red+Green+Blue) = 181+138+23=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58A17 is #4A75E8. Grayscale: #8A8A8A. Windows color (decimal): -4879849 or 1542837. OLE color: 1542837.

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

Color convert

RGB18113823-
CMYK00.240.870.29
HSL43.67º77.45%40%-
HSV(B)43.67º87.29%70.98%-
XYZ28.328.064.74-
YUV137.7563.25158.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.92%
GREEN value IS 138 (54.30% from 255) = 40.35%
BLUE value IS 23 (9.38% from 255) = 6.73%
R=52.92%
G=40.35%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811382300.240.870.2943.6777.4540
HexB58A17018571D2c4d28
Octal26521227030127355411550
Binary1011010110001010101110110001010111111011011001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58A17; }

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

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

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

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

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

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

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

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