#B37620

Color #B37620 Pirate Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pirate Gold #B37620

Tints of Pirate Gold #B37620

Color information

#B37620 (or 0xB37620) is unknown color: approx Pirate Gold. HEX triplet: B3, 76 and 20. RGB value is (179,118,32). Sum of RGB (Red+Green+Blue) = 179+118+32=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B37620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37620 is #4C89DF. Grayscale: #7E7E7E. Windows color (decimal): -5016032 or 2127539. OLE color: 2127539.

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

Color convert

RGB17911832-
CMYK00.340.820.30
HSL35.1º69.67%41.37%-
HSV(B)35.1º82.12%70.2%-
XYZ25.3322.644.4-
YUV126.4374.71165.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.41%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 32 (12.89% from 255) = 9.73%
R=54.41%
G=35.87%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791183200.340.820.3035.169.6741.37
HexB37620022521E234629
Octal26316640042122364310651
Binary10110011111011010000001000101010010111101000111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37620; }

 p { color: rgb(179,118,32); }

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

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

 a { background-color: rgb(179,118,32); }

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

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

 span { border-color: rgb(179,118,32); }

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