#B76C16

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

Shades of Pirate Gold #B76C16

Tints of Pirate Gold #B76C16

Color information

#B76C16 (or 0xB76C16) is unknown color: approx Pirate Gold. HEX triplet: B7, 6C and 16. RGB value is (183,108,22). Sum of RGB (Red+Green+Blue) = 183+108+22=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76C16 is #4893E9. Grayscale: #797979. Windows color (decimal): -4756458 or 1469623. OLE color: 1469623.

HSL color Cylindrical-coordinate representation of color #B76C16: hue angle of 32.05º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B76C16 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB18310822-
CMYK00.410.880.28
HSL32.05º78.54%40.2%-
HSV(B)32.05º87.98%71.76%-
XYZ25.0420.853.46-
YUV120.6272.35172.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.47%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 22 (8.98% from 255) = 7.03%
R=58.47%
G=34.50%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831082200.410.880.2832.0578.5440.2
HexB76C16029581C204f28
Octal26715426051130344011750
Binary1011011111011001011001010011011000111001000001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76C16; }

 p { color: rgb(183,108,22); }

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

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

 a { background-color: rgb(183,108,22); }

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

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

 span { border-color: rgb(183,108,22); }

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