#B37916

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

Shades of Dark Goldenrod #B37916

Tints of Dark Goldenrod #B37916

Color information

#B37916 (or 0xB37916) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 79 and 16. RGB value is (179,121,22). Sum of RGB (Red+Green+Blue) = 179+121+22=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B37916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37916 is #4C86E9. Grayscale: #7F7F7F. Windows color (decimal): -5015274 or 1472947. OLE color: 1472947.

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

Color convert

RGB17912122-
CMYK00.320.880.30
HSL37.83º78.11%39.41%-
HSV(B)37.83º87.71%70.2%-
XYZ25.5723.323.91-
YUV127.0668.72165.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.59%
GREEN value IS 121 (47.66% from 255) = 37.58%
BLUE value IS 22 (8.98% from 255) = 6.83%
R=55.59%
G=37.58%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791212200.320.880.3037.8378.1139.41
HexB37916020581E264e27
Octal26317126040130364611647
Binary1011001111110011011001000001011000111101001101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37916; }

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

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

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

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

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

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

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

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