#B16E24

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

Shades of Pirate Gold #B16E24

Tints of Pirate Gold #B16E24

Color information

#B16E24 (or 0xB16E24) is unknown color: approx Pirate Gold. HEX triplet: B1, 6E and 24. RGB value is (177,110,36). Sum of RGB (Red+Green+Blue) = 177+110+36=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16E24 is #4E91DB. Grayscale: #797979. Windows color (decimal): -5149148 or 2387633. OLE color: 2387633.

HSL color Cylindrical-coordinate representation of color #B16E24: hue angle of 31.49º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B16E24 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB17711036-
CMYK00.380.800.31
HSL31.49º66.2%41.76%-
HSV(B)31.49º79.66%69.41%-
XYZ24.0320.634.38-
YUV121.679.7167.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.80%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 36 (14.45% from 255) = 11.15%
R=54.80%
G=34.06%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771103600.380.800.3131.4966.241.76
HexB16E24026501F1f422a
Octal26115644046120373710252
Binary1011000111011101001000100110101000011111111111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16E24; }

 p { color: rgb(177,110,36); }

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

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

 a { background-color: rgb(177,110,36); }

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

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

 span { border-color: rgb(177,110,36); }

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