#B37B0E

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

Shades of Dark Goldenrod #B37B0E

Tints of Dark Goldenrod #B37B0E

Color information

#B37B0E (or 0xB37B0E) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 7B and 0E. RGB value is (179,123,14). Sum of RGB (Red+Green+Blue) = 179+123+14=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37B0E is #4C84F1. Grayscale: #7F7F7F. Windows color (decimal): -5014770 or 949171. OLE color: 949171.

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

Color convert

RGB17912314-
CMYK00.310.920.30
HSL39.64º85.49%37.84%-
HSV(B)39.64º92.18%70.2%-
XYZ25.7523.783.65-
YUV127.3264.05164.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.65%
GREEN value IS 123 (48.44% from 255) = 38.92%
BLUE value IS 14 (5.86% from 255) = 4.43%
R=56.65%
G=38.92%
B=4.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791231400.310.920.3039.6485.4937.84
HexB37BE01F5C1E285526
Octal26317316037134365012546
Binary10110011111101111100111111011100111101010001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37B0E; }

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

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

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

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

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

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

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

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