#B16C16

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

Shades of Pirate Gold #B16C16

Tints of Pirate Gold #B16C16

Color information

#B16C16 (or 0xB16C16) is unknown color: approx Pirate Gold. HEX triplet: B1, 6C and 16. RGB value is (177,108,22). Sum of RGB (Red+Green+Blue) = 177+108+22=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16C16 is #4E93E9. Grayscale: #777777. Windows color (decimal): -5149674 or 1469617. OLE color: 1469617.

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

Color convert

RGB17710822-
CMYK00.390.880.31
HSL33.29º77.89%39.02%-
HSV(B)33.29º87.57%69.41%-
XYZ23.6420.133.4-
YUV118.8373.36169.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.65%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 22 (8.98% from 255) = 7.17%
R=57.65%
G=35.18%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771082200.390.880.3133.2977.8939.02
HexB16C16027581F214e27
Octal26115426047130374111647
Binary1011000111011001011001001111011000111111000011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16C16; }

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

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

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

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

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

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

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

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