#B67516

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

Shades of Pirate Gold #B67516

Tints of Pirate Gold #B67516

Color information

#B67516 (or 0xB67516) is unknown color: approx Pirate Gold. HEX triplet: B6, 75 and 16. RGB value is (182,117,22). Sum of RGB (Red+Green+Blue) = 182+117+22=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B67516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67516 is #498AE9. Grayscale: #7E7E7E. Windows color (decimal): -4819690 or 1471926. OLE color: 1471926.

HSL color Cylindrical-coordinate representation of color #B67516: hue angle of 35.62º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B67516 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB18211722-
CMYK00.360.880.29
HSL35.62º78.43%40%-
HSV(B)35.62º87.91%71.37%-
XYZ25.822.733.79-
YUV125.669.53168.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.70%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 22 (8.98% from 255) = 6.85%
R=56.70%
G=36.45%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821172200.360.880.2935.6278.4340
HexB67516024581D244e28
Octal26616526044130354411650
Binary1011011011101011011001001001011000111011001001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67516; }

 p { color: rgb(182,117,22); }

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

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

 a { background-color: rgb(182,117,22); }

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

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

 span { border-color: rgb(182,117,22); }

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