#B17219

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

Shades of Pirate Gold #B17219

Tints of Pirate Gold #B17219

Color information

#B17219 (or 0xB17219) is unknown color: approx Pirate Gold. HEX triplet: B1, 72 and 19. RGB value is (177,114,25). Sum of RGB (Red+Green+Blue) = 177+114+25=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B17219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17219 is #4E8DE6. Grayscale: #7B7B7B. Windows color (decimal): -5148135 or 1667761. OLE color: 1667761.

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

Color convert

RGB17711425-
CMYK00.360.860.31
HSL35.13º75.25%39.61%-
HSV(B)35.13º85.88%69.41%-
XYZ24.3221.453.78-
YUV122.6972.87166.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 25 (10.16% from 255) = 7.91%
R=56.01%
G=36.08%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771142500.360.860.3135.1375.2539.61
HexB17219024561F234b28
Octal26116231044126374311350
Binary1011000111100101100101001001010110111111000111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17219; }

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

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

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

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

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

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

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

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