#B57204

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

Shades of Dark Goldenrod #B57204

Tints of Dark Goldenrod #B57204

Color information

#B57204 (or 0xB57204) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 72 and 04. RGB value is (181,114,4). Sum of RGB (Red+Green+Blue) = 181+114+4=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B57204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57204 is #4A8DFB. Grayscale: #797979. Windows color (decimal): -4886012 or 291509. OLE color: 291509.

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

Color convert

RGB1811144-
CMYK00.370.980.29
HSL37.29º95.68%36.27%-
HSV(B)37.29º97.79%70.98%-
XYZ25.121.873.01-
YUV121.4961.7170.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.54%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 4 (1.95% from 255) = 1.34%
R=60.54%
G=38.13%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181114400.370.980.2937.2995.6836.27
HexB5724025621D256024
Octal2651624045142354514044
Binary10110101111001010001001011100010111011001011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57204; }

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

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

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

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

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

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

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

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