#B59504

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

Shades of Dark Goldenrod #B59504

Tints of Dark Goldenrod #B59504

Color information

#B59504 (or 0xB59504) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 95 and 04. RGB value is (181,149,4). Sum of RGB (Red+Green+Blue) = 181+149+4=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B59504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59504 is #4A6AFB. Grayscale: #8E8E8E. Windows color (decimal): -4877052 or 300469. OLE color: 300469.

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

Color convert

RGB1811494-
CMYK00.180.980.29
HSL49.15º95.68%36.27%-
HSV(B)49.15º97.79%70.98%-
XYZ29.8331.334.59-
YUV142.0450.1155.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.19%
GREEN value IS 149 (58.59% from 255) = 44.61%
BLUE value IS 4 (1.95% from 255) = 1.20%
R=54.19%
G=44.61%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181149400.180.980.2949.1595.6836.27
HexB5954012621D316024
Octal2652254022142356114044
Binary10110101100101011000100101100010111011100011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59504; }

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

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

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

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

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

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

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

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