#B16D21

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

Shades of Pirate Gold #B16D21

Tints of Pirate Gold #B16D21

Color information

#B16D21 (or 0xB16D21) is unknown color: approx Pirate Gold. HEX triplet: B1, 6D and 21. RGB value is (177,109,33). Sum of RGB (Red+Green+Blue) = 177+109+33=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16D21 is #4E92DE. Grayscale: #797979. Windows color (decimal): -5149407 or 2190769. OLE color: 2190769.

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

Color convert

RGB17710933-
CMYK00.380.810.31
HSL31.67º68.57%41.18%-
HSV(B)31.67º81.36%69.41%-
XYZ23.8720.394.12-
YUV120.6778.53168.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.49%
GREEN value IS 109 (42.97% from 255) = 34.17%
BLUE value IS 33 (13.28% from 255) = 10.34%
R=55.49%
G=34.17%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771093300.380.810.3131.6768.5741.18
HexB16D21026511F204529
Octal26115541046121374010551
Binary10110001110110110000101001101010001111111000001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16D21; }

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

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

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

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

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

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

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

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