#B17018

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

Shades of Pirate Gold #B17018

Tints of Pirate Gold #B17018

Color information

#B17018 (or 0xB17018) is unknown color: approx Pirate Gold. HEX triplet: B1, 70 and 18. RGB value is (177,112,24). Sum of RGB (Red+Green+Blue) = 177+112+24=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B17018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17018 is #4E8FE7. Grayscale: #797979. Windows color (decimal): -5148648 or 1601713. OLE color: 1601713.

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

Color convert

RGB17711224-
CMYK00.370.860.31
HSL34.51º76.12%39.41%-
HSV(B)34.51º86.44%69.41%-
XYZ24.09213.65-
YUV121.473.03167.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.55%
GREEN value IS 112 (44.14% from 255) = 35.78%
BLUE value IS 24 (9.77% from 255) = 7.67%
R=56.55%
G=35.78%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771122400.370.860.3134.5176.1239.41
HexB17018025561F234c27
Octal26116030045126374311447
Binary1011000111100001100001001011010110111111000111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17018; }

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

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

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

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

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

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

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

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