#B37E16

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

Shades of Dark Goldenrod #B37E16

Tints of Dark Goldenrod #B37E16

Color information

#B37E16 (or 0xB37E16) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 7E and 16. RGB value is (179,126,22). Sum of RGB (Red+Green+Blue) = 179+126+22=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 126 (49.61% from 255 or 38.53% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37E16 is #4C81E9. Grayscale: #828282. Windows color (decimal): -5013994 or 1474227. OLE color: 1474227.

HSL color Cylindrical-coordinate representation of color #B37E16: hue angle of 39.75º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B37E16 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB17912622-
CMYK00.300.880.30
HSL39.75º78.11%39.41%-
HSV(B)39.75º87.71%70.2%-
XYZ26.224.564.12-
YUV129.9967.06162.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.74%
GREEN value IS 126 (49.61% from 255) = 38.53%
BLUE value IS 22 (8.98% from 255) = 6.73%
R=54.74%
G=38.53%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791262200.300.880.3039.7578.1139.41
HexB37E1601E581E284e27
Octal26317626036130365011647
Binary101100111111110101100111101011000111101010001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37E16; }

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

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

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

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

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

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

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

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