#B17416

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

Shades of Pirate Gold #B17416

Tints of Pirate Gold #B17416

Color information

#B17416 (or 0xB17416) is unknown color: approx Pirate Gold. HEX triplet: B1, 74 and 16. RGB value is (177,116,22). Sum of RGB (Red+Green+Blue) = 177+116+22=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B17416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17416 is #4E8BE9. Grayscale: #7B7B7B. Windows color (decimal): -5147626 or 1471665. OLE color: 1471665.

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

Color convert

RGB17711622-
CMYK00.340.880.31
HSL36.39º77.89%39.02%-
HSV(B)36.39º87.57%69.41%-
XYZ24.5221.93.69-
YUV123.5270.71166.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.19%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 22 (8.98% from 255) = 6.98%
R=56.19%
G=36.83%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771162200.340.880.3136.3977.8939.02
HexB17416022581F244e27
Octal26116426042130374411647
Binary1011000111101001011001000101011000111111001001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17416; }

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

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

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

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

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

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

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

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