#B37E06

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

Shades of Dark Goldenrod #B37E06

Tints of Dark Goldenrod #B37E06

Color information

#B37E06 (or 0xB37E06) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 7E and 06. RGB value is (179,126,6). Sum of RGB (Red+Green+Blue) = 179+126+6=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37E06 is #4C81F9. Grayscale: #808080. Windows color (decimal): -5014010 or 425651. OLE color: 425651.

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

Color convert

RGB1791266-
CMYK00.300.970.30
HSL41.62º93.51%36.27%-
HSV(B)41.62º96.65%70.2%-
XYZ26.0824.523.53-
YUV128.1759.06164.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.56%
GREEN value IS 126 (49.61% from 255) = 40.51%
BLUE value IS 6 (2.73% from 255) = 1.93%
R=57.56%
G=40.51%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179126600.300.970.3041.6293.5136.27
HexB37E601E611E2a5e24
Octal2631766036141365213644
Binary1011001111111101100111101100001111101010101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37E06; }

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

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

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

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

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

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

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

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