#B76A12

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

Shades of Pirate Gold #B76A12

Tints of Pirate Gold #B76A12

Color information

#B76A12 (or 0xB76A12) is unknown color: approx Pirate Gold. HEX triplet: B7, 6A and 12. RGB value is (183,106,18). Sum of RGB (Red+Green+Blue) = 183+106+18=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76A12 is #4895ED. Grayscale: #777777. Windows color (decimal): -4756974 or 1206967. OLE color: 1206967.

HSL color Cylindrical-coordinate representation of color #B76A12: hue angle of 32º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B76A12 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB18310618-
CMYK00.420.900.28
HSL32º82.09%39.41%-
HSV(B)32º90.16%71.76%-
XYZ24.7920.423.21-
YUV118.9971.01173.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.61%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 18 (7.42% from 255) = 5.86%
R=59.61%
G=34.53%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831061800.420.900.283282.0939.41
HexB76A1202A5A1C205227
Octal26715222052132344012247
Binary1011011111010101001001010101011010111001000001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A12; }

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

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

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

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

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

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

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

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