#B57206

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

Shades of Dark Goldenrod #B57206

Tints of Dark Goldenrod #B57206

Color information

#B57206 (or 0xB57206) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 72 and 06. RGB value is (181,114,6). Sum of RGB (Red+Green+Blue) = 181+114+6=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B57206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57206 is #4A8DF9. Grayscale: #7A7A7A. Windows color (decimal): -4886010 or 422581. OLE color: 422581.

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

Color convert

RGB1811146-
CMYK00.370.970.29
HSL37.03º93.58%36.67%-
HSV(B)37.03º96.69%70.98%-
XYZ25.1121.873.07-
YUV121.7262.7170.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.13%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 6 (2.73% from 255) = 1.99%
R=60.13%
G=37.87%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181114600.370.970.2937.0393.5836.67
HexB5726025611D255e25
Octal2651626045141354513645
Binary10110101111001011001001011100001111011001011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57206; }

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

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

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

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

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

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

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

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