#B16B18

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

Shades of Pirate Gold #B16B18

Tints of Pirate Gold #B16B18

Color information

#B16B18 (or 0xB16B18) is unknown color: approx Pirate Gold. HEX triplet: B1, 6B and 18. RGB value is (177,107,24). Sum of RGB (Red+Green+Blue) = 177+107+24=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16B18 is #4E94E7. Grayscale: #767676. Windows color (decimal): -5149928 or 1600433. OLE color: 1600433.

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

Color convert

RGB17710724-
CMYK00.400.860.31
HSL32.55º76.12%39.41%-
HSV(B)32.55º86.44%69.41%-
XYZ23.5519.933.47-
YUV118.4774.69169.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.47%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 24 (9.77% from 255) = 7.79%
R=57.47%
G=34.74%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771072400.400.860.3132.5576.1239.41
HexB16B18028561F214c27
Octal26115330050126374111447
Binary1011000111010111100001010001010110111111000011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16B18; }

 p { color: rgb(177,107,24); }

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

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

 a { background-color: rgb(177,107,24); }

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

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

 span { border-color: rgb(177,107,24); }

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