#B16D15

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

Shades of Pirate Gold #B16D15

Tints of Pirate Gold #B16D15

Color information

#B16D15 (or 0xB16D15) is unknown color: approx Pirate Gold. HEX triplet: B1, 6D and 15. RGB value is (177,109,21). Sum of RGB (Red+Green+Blue) = 177+109+21=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16D15 is #4E92EA. Grayscale: #777777. Windows color (decimal): -5149419 or 1404337. OLE color: 1404337.

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

Color convert

RGB17710921-
CMYK00.380.880.31
HSL33.85º78.79%38.82%-
HSV(B)33.85º88.14%69.41%-
XYZ23.7420.343.38-
YUV119.372.53169.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.65%
GREEN value IS 109 (42.97% from 255) = 35.50%
BLUE value IS 21 (8.59% from 255) = 6.84%
R=57.65%
G=35.50%
B=6.84%

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
Decimal1771092100.380.880.3133.8578.7938.82
HexB16D15026581F224f27
Octal26115525046130374211747
Binary1011000111011011010101001101011000111111000101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D15; }

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

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

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

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

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

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

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

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