#B57806

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

Shades of Dark Goldenrod #B57806

Tints of Dark Goldenrod #B57806

Color information

#B57806 (or 0xB57806) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 78 and 06. RGB value is (181,120,6). Sum of RGB (Red+Green+Blue) = 181+120+6=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B57806 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57806 is #4A87F9. Grayscale: #7D7D7D. Windows color (decimal): -4884474 or 424117. OLE color: 424117.

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

Color convert

RGB1811206-
CMYK00.340.970.29
HSL39.09º93.58%36.67%-
HSV(B)39.09º96.69%70.98%-
XYZ25.8123.273.3-
YUV125.2460.71167.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.96%
GREEN value IS 120 (47.27% from 255) = 39.09%
BLUE value IS 6 (2.73% from 255) = 1.95%
R=58.96%
G=39.09%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181120600.340.970.2939.0993.5836.67
HexB5786022611D275e25
Octal2651706042141354713645
Binary10110101111100011001000101100001111011001111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57806; }

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

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

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

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

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

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

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

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