#B17418

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

Shades of Pirate Gold #B17418

Tints of Pirate Gold #B17418

Color information

#B17418 (or 0xB17418) is unknown color: approx Pirate Gold. HEX triplet: B1, 74 and 18. RGB value is (177,116,24). Sum of RGB (Red+Green+Blue) = 177+116+24=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B17418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17418 is #4E8BE7. Grayscale: #7C7C7C. Windows color (decimal): -5147624 or 1602737. OLE color: 1602737.

HSL color Cylindrical-coordinate representation of color #B17418: hue angle of 36.08º 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 #B17418 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB17711624-
CMYK00.340.860.31
HSL36.08º76.12%39.41%-
HSV(B)36.08º86.44%69.41%-
XYZ24.5421.93.8-
YUV123.7571.71165.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 24 (9.77% from 255) = 7.57%
R=55.84%
G=36.59%
B=7.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771162400.340.860.3136.0876.1239.41
HexB17418022561F244c27
Octal26116430042126374411447
Binary1011000111101001100001000101010110111111001001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17418; }

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

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

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

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

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

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

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

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