#B16E15

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

Shades of Pirate Gold #B16E15

Tints of Pirate Gold #B16E15

Color information

#B16E15 (or 0xB16E15) is unknown color: approx Pirate Gold. HEX triplet: B1, 6E and 15. RGB value is (177,110,21). Sum of RGB (Red+Green+Blue) = 177+110+21=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B16E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16E15 is #4E91EA. Grayscale: #787878. Windows color (decimal): -5149163 or 1404593. OLE color: 1404593.

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

Color convert

RGB17711021-
CMYK00.380.880.31
HSL34.23º78.79%38.82%-
HSV(B)34.23º88.14%69.41%-
XYZ23.8420.553.42-
YUV119.8972.2168.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.47%
GREEN value IS 110 (43.36% from 255) = 35.71%
BLUE value IS 21 (8.59% from 255) = 6.82%
R=57.47%
G=35.71%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771102100.380.880.3134.2378.7938.82
HexB16E15026581F224f27
Octal26115625046130374211747
Binary1011000111011101010101001101011000111111000101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16E15; }

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

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

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

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

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

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

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

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