#B17818

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

Shades of Pirate Gold #B17818

Tints of Pirate Gold #B17818

Color information

#B17818 (or 0xB17818) is unknown color: approx Pirate Gold. HEX triplet: B1, 78 and 18. RGB value is (177,120,24). Sum of RGB (Red+Green+Blue) = 177+120+24=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B17818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17818 is #4E87E7. Grayscale: #7E7E7E. Windows color (decimal): -5146600 or 1603761. OLE color: 1603761.

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

Color convert

RGB17712024-
CMYK00.320.860.31
HSL37.65º76.12%39.41%-
HSV(B)37.65º86.44%69.41%-
XYZ25.0122.853.96-
YUV126.170.38164.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.14%
GREEN value IS 120 (47.27% from 255) = 37.38%
BLUE value IS 24 (9.77% from 255) = 7.48%
R=55.14%
G=37.38%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771202400.320.860.3137.6576.1239.41
HexB17818020561F264c27
Octal26117030040126374611447
Binary1011000111110001100001000001010110111111001101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17818; }

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

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

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

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

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

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

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

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