#b17419

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

Shades of Pirate Gold #B17419

Tints of Pirate Gold #B17419

Color information

#B17419 (or 0xB17419) is unknown color: approx Pirate Gold. HEX triplet: B1, 74 and 19. RGB value is (177,116,25). Sum of RGB (Red+Green+Blue) = 177+116+25=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B17419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17419 is #4E8BE6. Grayscale: #7C7C7C. Windows color (decimal): -5147623 or 1668273. OLE color: 1668273.

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

Color convert

RGB17711625-
CMYK00.340.860.31
HSL35.92º75.25%39.61%-
HSV(B)35.92º85.88%69.41%-
XYZ24.5521.913.85-
YUV123.8672.21165.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.66%
GREEN value IS 116 (45.70% from 255) = 36.48%
BLUE value IS 25 (10.16% from 255) = 7.86%
R=55.66%
G=36.48%
B=7.86%

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
Decimal1771162500.340.860.3135.9275.2539.61
HexB17419022561F244b28
Octal26116431042126374411350
Binary1011000111101001100101000101010110111111001001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b17419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b17419; }

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

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

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

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

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

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

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

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