#B17318

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

Shades of Pirate Gold #B17318

Tints of Pirate Gold #B17318

Color information

#B17318 (or 0xB17318) is unknown color: approx Pirate Gold. HEX triplet: B1, 73 and 18. RGB value is (177,115,24). Sum of RGB (Red+Green+Blue) = 177+115+24=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B17318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17318 is #4E8CE7. Grayscale: #7B7B7B. Windows color (decimal): -5147880 or 1602481. OLE color: 1602481.

HSL color Cylindrical-coordinate representation of color #B17318: hue angle of 35.69º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B17318 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB17711524-
CMYK00.350.860.31
HSL35.69º76.12%39.41%-
HSV(B)35.69º86.44%69.41%-
XYZ24.4321.673.76-
YUV123.1672.04166.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 24 (9.77% from 255) = 7.59%
R=56.01%
G=36.39%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771152400.350.860.3135.6976.1239.41
HexB17318023561F244c27
Octal26116330043126374411447
Binary1011000111100111100001000111010110111111001001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17318; }

 p { color: rgb(177,115,24); }

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

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

 a { background-color: rgb(177,115,24); }

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

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

 span { border-color: rgb(177,115,24); }

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