#B37416

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

Shades of Pirate Gold #B37416

Tints of Pirate Gold #B37416

Color information

#B37416 (or 0xB37416) is unknown color: approx Pirate Gold. HEX triplet: B3, 74 and 16. RGB value is (179,116,22). Sum of RGB (Red+Green+Blue) = 179+116+22=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B37416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37416 is #4C8BE9. Grayscale: #7C7C7C. Windows color (decimal): -5016554 or 1471667. OLE color: 1471667.

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

Color convert

RGB17911622-
CMYK00.350.880.30
HSL35.92º78.11%39.41%-
HSV(B)35.92º87.71%70.2%-
XYZ24.9822.133.71-
YUV124.1270.37167.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.47%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 22 (8.98% from 255) = 6.94%
R=56.47%
G=36.59%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791162200.350.880.3035.9278.1139.41
HexB37416023581E244e27
Octal26316426043130364411647
Binary1011001111101001011001000111011000111101001001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37416; }

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

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

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

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

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

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

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

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