#B16F26

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

Shades of Pirate Gold #B16F26

Tints of Pirate Gold #B16F26

Color information

#B16F26 (or 0xB16F26) is unknown color: approx Pirate Gold. HEX triplet: B1, 6F and 26. RGB value is (177,111,38). Sum of RGB (Red+Green+Blue) = 177+111+38=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16F26 is #4E90D9. Grayscale: #7A7A7A. Windows color (decimal): -5148890 or 2518961. OLE color: 2518961.

HSL color Cylindrical-coordinate representation of color #B16F26: hue angle of 31.51º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B16F26 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB17711138-
CMYK00.370.790.31
HSL31.51º64.65%42.16%-
HSV(B)31.51º78.53%69.41%-
XYZ24.1720.864.59-
YUV122.4180.37166.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.29%
GREEN value IS 111 (43.75% from 255) = 34.05%
BLUE value IS 38 (15.23% from 255) = 11.66%
R=54.29%
G=34.05%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771113800.370.790.3131.5164.6542.16
HexB16F260254F1F20412a
Octal26115746045117374010152
Binary10110001110111110011001001011001111111111000001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16F26; }

 p { color: rgb(177,111,38); }

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

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

 a { background-color: rgb(177,111,38); }

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

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

 span { border-color: rgb(177,111,38); }

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