#b59604

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

Shades of Dark Goldenrod #B59604

Tints of Dark Goldenrod #B59604

Color information

#B59604 (or 0xB59604) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 96 and 04. RGB value is (181,150,4). Sum of RGB (Red+Green+Blue) = 181+150+4=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B59604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59604 is #4A69FB. Grayscale: #8F8F8F. Windows color (decimal): -4876796 or 300725. OLE color: 300725.

HSL color Cylindrical-coordinate representation of color #B59604: hue angle of 49.49º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B59604 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1811504-
CMYK00.170.980.29
HSL49.49º95.68%36.27%-
HSV(B)49.49º97.79%70.98%-
XYZ29.9831.654.64-
YUV142.6249.77155.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.03%
GREEN value IS 150 (58.98% from 255) = 44.78%
BLUE value IS 4 (1.95% from 255) = 1.19%
R=54.03%
G=44.78%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181150400.170.980.2949.4995.6836.27
HexB5964011621D316024
Octal2652264021142356114044
Binary10110101100101101000100011100010111011100011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b59604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b59604; }

 p { color: rgb(181,150,4); }

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

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

 a { background-color: rgb(181,150,4); }

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

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

 span { border-color: rgb(181,150,4); }

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