#BA7414

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

Shades of Pirate Gold #BA7414

Tints of Pirate Gold #BA7414

Color information

#BA7414 (or 0xBA7414) is unknown color: approx Pirate Gold. HEX triplet: BA, 74 and 14. RGB value is (186,116,20). Sum of RGB (Red+Green+Blue) = 186+116+20=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7414 is #458BEB. Grayscale: #7E7E7E. Windows color (decimal): -4557804 or 1340602. OLE color: 1340602.

HSL color Cylindrical-coordinate representation of color #BA7414: hue angle of 34.7º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA7414 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB18611620-
CMYK00.380.890.27
HSL34.7º80.58%40.39%-
HSV(B)34.7º89.25%72.94%-
XYZ26.6222.983.69-
YUV125.9968.19170.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.76%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 20 (8.20% from 255) = 6.21%
R=57.76%
G=36.02%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861162000.380.890.2734.780.5840.39
HexBA7414026591B235128
Octal27216424046131334312150
Binary1011101011101001010001001101011001110111000111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7414; }

 p { color: rgb(186,116,20); }

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

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

 a { background-color: rgb(186,116,20); }

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

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

 span { border-color: rgb(186,116,20); }

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