#B57404

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

Shades of Dark Goldenrod #B57404

Tints of Dark Goldenrod #B57404

Color information

#B57404 (or 0xB57404) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 74 and 04. RGB value is (181,116,4). Sum of RGB (Red+Green+Blue) = 181+116+4=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B57404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57404 is #4A8BFB. Grayscale: #7B7B7B. Windows color (decimal): -4885500 or 292021. OLE color: 292021.

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

Color convert

RGB1811164-
CMYK00.360.980.29
HSL37.97º95.68%36.27%-
HSV(B)37.97º97.79%70.98%-
XYZ25.3222.323.09-
YUV122.6761.03169.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.13%
GREEN value IS 116 (45.70% from 255) = 38.54%
BLUE value IS 4 (1.95% from 255) = 1.33%
R=60.13%
G=38.54%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181116400.360.980.2937.9795.6836.27
HexB5744024621D266024
Octal2651644044142354614044
Binary10110101111010010001001001100010111011001101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57404; }

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

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

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

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

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

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

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

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