#B37319

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

Shades of Pirate Gold #B37319

Tints of Pirate Gold #B37319

Color information

#B37319 (or 0xB37319) is unknown color: approx Pirate Gold. HEX triplet: B3, 73 and 19. RGB value is (179,115,25). Sum of RGB (Red+Green+Blue) = 179+115+25=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B37319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37319 is #4C8CE6. Grayscale: #7C7C7C. Windows color (decimal): -5016807 or 1668019. OLE color: 1668019.

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

Color convert

RGB17911525-
CMYK00.360.860.30
HSL35.06º75.49%40%-
HSV(B)35.06º86.03%70.2%-
XYZ24.921.923.84-
YUV123.8872.2167.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.11%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 25 (10.16% from 255) = 7.84%
R=56.11%
G=36.05%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791152500.360.860.3035.0675.4940
HexB37319024561E234b28
Octal26316331044126364311350
Binary1011001111100111100101001001010110111101000111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37319; }

 p { color: rgb(179,115,25); }

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

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

 a { background-color: rgb(179,115,25); }

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

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

 span { border-color: rgb(179,115,25); }

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