#B16A1A

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

Shades of Pirate Gold #B16A1A

Tints of Pirate Gold #B16A1A

Color information

#B16A1A (or 0xB16A1A) is unknown color: approx Pirate Gold. HEX triplet: B1, 6A and 1A. RGB value is (177,106,26). Sum of RGB (Red+Green+Blue) = 177+106+26=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16A1A is #4E95E5. Grayscale: #767676. Windows color (decimal): -5150182 or 1731249. OLE color: 1731249.

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

Color convert

RGB17710626-
CMYK00.400.850.31
HSL31.79º74.38%39.8%-
HSV(B)31.79º85.31%69.41%-
XYZ23.4719.733.55-
YUV118.1176.02170-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.28%
GREEN value IS 106 (41.80% from 255) = 34.30%
BLUE value IS 26 (10.55% from 255) = 8.41%
R=57.28%
G=34.30%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771062600.400.850.3131.7974.3839.8
HexB16A1A028551F204a28
Octal26115232050125374011250
Binary1011000111010101101001010001010101111111000001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16A1A; }

 p { color: rgb(177,106,26); }

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

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

 a { background-color: rgb(177,106,26); }

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

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

 span { border-color: rgb(177,106,26); }

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