#BA7112

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

Shades of Pirate Gold #BA7112

Tints of Pirate Gold #BA7112

Color information

#BA7112 (or 0xBA7112) is unknown color: approx Pirate Gold. HEX triplet: BA, 71 and 12. RGB value is (186,113,18). Sum of RGB (Red+Green+Blue) = 186+113+18=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7112 is #458EED. Grayscale: #7C7C7C. Windows color (decimal): -4558574 or 1208762. OLE color: 1208762.

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

Color convert

RGB18611318-
CMYK00.390.900.27
HSL33.93º82.35%40%-
HSV(B)33.93º90.32%72.94%-
XYZ26.2622.293.49-
YUV12468.18172.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.68%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 18 (7.42% from 255) = 5.68%
R=58.68%
G=35.65%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861131800.390.900.2733.9382.3540
HexBA71120275A1B225228
Octal27216122047132334212250
Binary1011101011100011001001001111011010110111000101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7112; }

 p { color: rgb(186,113,18); }

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

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

 a { background-color: rgb(186,113,18); }

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

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

 span { border-color: rgb(186,113,18); }

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