#b76a17

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

Shades of Pirate Gold #B76A17

Tints of Pirate Gold #B76A17

Color information

#B76A17 (or 0xB76A17) is unknown color: approx Pirate Gold. HEX triplet: B7, 6A and 17. RGB value is (183,106,23). Sum of RGB (Red+Green+Blue) = 183+106+23=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76A17 is #4895E8. Grayscale: #777777. Windows color (decimal): -4756969 or 1534647. OLE color: 1534647.

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

Color convert

RGB18310623-
CMYK00.420.870.28
HSL31.12º77.67%40.39%-
HSV(B)31.12º87.43%71.76%-
XYZ24.8420.443.45-
YUV119.5673.51173.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.65%
GREEN value IS 106 (41.80% from 255) = 33.97%
BLUE value IS 23 (9.38% from 255) = 7.37%
R=58.65%
G=33.97%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831062300.420.870.2831.1277.6740.39
HexB76A1702A571C1f4e28
Octal26715227052127343711650
Binary101101111101010101110101010101011111100111111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b76a17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b76a17; }

 p { color: rgb(183,106,23); }

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

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

 a { background-color: rgb(183,106,23); }

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

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

 span { border-color: rgb(183,106,23); }

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