#B57606

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

Shades of Dark Goldenrod #B57606

Tints of Dark Goldenrod #B57606

Color information

#B57606 (or 0xB57606) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 76 and 06. RGB value is (181,118,6). Sum of RGB (Red+Green+Blue) = 181+118+6=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B57606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57606 is #4A89F9. Grayscale: #7C7C7C. Windows color (decimal): -4884986 or 423605. OLE color: 423605.

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

Color convert

RGB1811186-
CMYK00.350.970.29
HSL38.4º93.58%36.67%-
HSV(B)38.4º96.69%70.98%-
XYZ25.5722.793.22-
YUV124.0761.37168.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.34%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 6 (2.73% from 255) = 1.97%
R=59.34%
G=38.69%
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
Decimal181118600.350.970.2938.493.5836.67
HexB5766023611D265e25
Octal2651666043141354613645
Binary10110101111011011001000111100001111011001101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57606; }

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

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

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

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

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

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

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

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