#B76A14

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

Shades of Pirate Gold #B76A14

Tints of Pirate Gold #B76A14

Color information

#B76A14 (or 0xB76A14) is unknown color: approx Pirate Gold. HEX triplet: B7, 6A and 14. RGB value is (183,106,20). Sum of RGB (Red+Green+Blue) = 183+106+20=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76A14 is #4895EB. Grayscale: #777777. Windows color (decimal): -4756972 or 1338039. OLE color: 1338039.

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

Color convert

RGB18310620-
CMYK00.420.890.28
HSL31.66º80.3%39.8%-
HSV(B)31.66º89.07%71.76%-
XYZ24.8120.433.3-
YUV119.2272.01173.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.22%
GREEN value IS 106 (41.80% from 255) = 34.30%
BLUE value IS 20 (8.20% from 255) = 6.47%
R=59.22%
G=34.30%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831062000.420.890.2831.6680.339.8
HexB76A1402A591C205028
Octal26715224052131344012050
Binary1011011111010101010001010101011001111001000001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A14; }

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

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

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

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

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

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

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

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