#B57506

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

Shades of Dark Goldenrod #B57506

Tints of Dark Goldenrod #B57506

Color information

#B57506 (or 0xB57506) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 75 and 06. RGB value is (181,117,6). Sum of RGB (Red+Green+Blue) = 181+117+6=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B57506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57506 is #4A8AF9. Grayscale: #7B7B7B. Windows color (decimal): -4885242 or 423349. OLE color: 423349.

HSL color Cylindrical-coordinate representation of color #B57506: hue angle of 38.06º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B57506 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1811176-
CMYK00.350.970.29
HSL38.06º93.58%36.67%-
HSV(B)38.06º96.69%70.98%-
XYZ25.4522.563.19-
YUV123.4861.7169.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.54%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 6 (2.73% from 255) = 1.97%
R=59.54%
G=38.49%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181117600.350.970.2938.0693.5836.67
HexB5756023611D265e25
Octal2651656043141354613645
Binary10110101111010111001000111100001111011001101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57506; }

 p { color: rgb(181,117,6); }

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

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

 a { background-color: rgb(181,117,6); }

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

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

 span { border-color: rgb(181,117,6); }

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