#B37C06

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

Shades of Dark Goldenrod #B37C06

Tints of Dark Goldenrod #B37C06

Color information

#B37C06 (or 0xB37C06) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 7C and 06. RGB value is (179,124,6). Sum of RGB (Red+Green+Blue) = 179+124+6=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37C06 is #4C83F9. Grayscale: #7F7F7F. Windows color (decimal): -5014522 or 425139. OLE color: 425139.

HSL color Cylindrical-coordinate representation of color #B37C06: hue angle of 40.92º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B37C06 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB1791246-
CMYK00.310.970.30
HSL40.92º93.51%36.27%-
HSV(B)40.92º96.65%70.2%-
XYZ25.8324.013.45-
YUV126.9959.72165.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.93%
GREEN value IS 124 (48.83% from 255) = 40.13%
BLUE value IS 6 (2.73% from 255) = 1.94%
R=57.93%
G=40.13%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179124600.310.970.3040.9293.5136.27
HexB37C601F611E295e24
Octal2631746037141365113644
Binary1011001111111001100111111100001111101010011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37C06; }

 p { color: rgb(179,124,6); }

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

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

 a { background-color: rgb(179,124,6); }

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

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

 span { border-color: rgb(179,124,6); }

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