#B37F1A

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

Shades of Dark Goldenrod #B37F1A

Tints of Dark Goldenrod #B37F1A

Color information

#B37F1A (or 0xB37F1A) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 7F and 1A. RGB value is (179,127,26). Sum of RGB (Red+Green+Blue) = 179+127+26=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37F1A is #4C80E5. Grayscale: #838383. Windows color (decimal): -5013734 or 1736627. OLE color: 1736627.

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

Color convert

RGB17912726-
CMYK00.290.850.30
HSL39.61º74.63%40.2%-
HSV(B)39.61º85.47%70.2%-
XYZ26.3724.844.38-
YUV131.0368.73162.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.92%
GREEN value IS 127 (50% from 255) = 38.25%
BLUE value IS 26 (10.55% from 255) = 7.83%
R=53.92%
G=38.25%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791272600.290.850.3039.6174.6340.2
HexB37F1A01D551E284b28
Octal26317732035125365011350
Binary101100111111111110100111011010101111101010001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37F1A; }

 p { color: rgb(179,127,26); }

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

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

 a { background-color: rgb(179,127,26); }

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

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

 span { border-color: rgb(179,127,26); }

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