#B37A0E

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

Shades of Dark Goldenrod #B37A0E

Tints of Dark Goldenrod #B37A0E

Color information

#B37A0E (or 0xB37A0E) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 7A and 0E. RGB value is (179,122,14). Sum of RGB (Red+Green+Blue) = 179+122+14=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37A0E is #4C85F1. Grayscale: #7F7F7F. Windows color (decimal): -5015026 or 948915. OLE color: 948915.

HSL color Cylindrical-coordinate representation of color #B37A0E: hue angle of 39.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B37A0E is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB17912214-
CMYK00.320.920.30
HSL39.27º85.49%37.84%-
HSV(B)39.27º92.18%70.2%-
XYZ25.6323.533.61-
YUV126.7364.38165.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.83%
GREEN value IS 122 (48.05% from 255) = 38.73%
BLUE value IS 14 (5.86% from 255) = 4.44%
R=56.83%
G=38.73%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791221400.320.920.3039.2785.4937.84
HexB37AE0205C1E275526
Octal26317216040134364712546
Binary101100111111010111001000001011100111101001111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37A0E; }

 p { color: rgb(179,122,14); }

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

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

 a { background-color: rgb(179,122,14); }

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

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

 span { border-color: rgb(179,122,14); }

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