#BA7012

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

Shades of Pirate Gold #BA7012

Tints of Pirate Gold #BA7012

Color information

#BA7012 (or 0xBA7012) is unknown color: approx Pirate Gold. HEX triplet: BA, 70 and 12. RGB value is (186,112,18). Sum of RGB (Red+Green+Blue) = 186+112+18=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7012 is #458FED. Grayscale: #7B7B7B. Windows color (decimal): -4558830 or 1208506. OLE color: 1208506.

HSL color Cylindrical-coordinate representation of color #BA7012: hue angle of 33.57º 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 #BA7012 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18611218-
CMYK00.400.900.27
HSL33.57º82.35%40%-
HSV(B)33.57º90.32%72.94%-
XYZ26.1522.073.45-
YUV123.4168.52172.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.86%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 18 (7.42% from 255) = 5.70%
R=58.86%
G=35.44%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861121800.400.900.2733.5782.3540
HexBA70120285A1B225228
Octal27216022050132334212250
Binary1011101011100001001001010001011010110111000101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7012; }

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

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

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

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

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

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

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

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