#B16A1F

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

Shades of Pirate Gold #B16A1F

Tints of Pirate Gold #B16A1F

Color information

#B16A1F (or 0xB16A1F) is unknown color: approx Pirate Gold. HEX triplet: B1, 6A and 1F. RGB value is (177,106,31). Sum of RGB (Red+Green+Blue) = 177+106+31=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16A1F is #4E95E0. Grayscale: #777777. Windows color (decimal): -5150177 or 2058929. OLE color: 2058929.

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

Color convert

RGB17710631-
CMYK00.400.820.31
HSL30.82º70.19%40.78%-
HSV(B)30.82º82.49%69.41%-
XYZ23.5319.753.87-
YUV118.6878.52169.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.37%
GREEN value IS 106 (41.80% from 255) = 33.76%
BLUE value IS 31 (12.5% from 255) = 9.87%
R=56.37%
G=33.76%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771063100.400.820.3130.8270.1940.78
HexB16A1F028521F1f4629
Octal26115237050122373710651
Binary101100011101010111110101000101001011111111111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16A1F; }

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

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

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

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

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

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

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

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