#BA7718

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

Shades of Pirate Gold #BA7718

Tints of Pirate Gold #BA7718

Color information

#BA7718 (or 0xBA7718) is unknown color: approx Pirate Gold. HEX triplet: BA, 77 and 18. RGB value is (186,119,24). Sum of RGB (Red+Green+Blue) = 186+119+24=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7718 is #4588E7. Grayscale: #808080. Windows color (decimal): -4557032 or 1603514. OLE color: 1603514.

HSL color Cylindrical-coordinate representation of color #BA7718: hue angle of 35.19º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA7718 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB18611924-
CMYK00.360.870.27
HSL35.19º77.14%41.18%-
HSV(B)35.19º87.1%72.94%-
XYZ27.0123.74.01-
YUV128.269.2169.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 119 (46.88% from 255) = 36.17%
BLUE value IS 24 (9.77% from 255) = 7.29%
R=56.53%
G=36.17%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861192400.360.870.2735.1977.1441.18
HexBA7718024571B234d29
Octal27216730044127334311551
Binary1011101011101111100001001001010111110111000111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7718; }

 p { color: rgb(186,119,24); }

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

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

 a { background-color: rgb(186,119,24); }

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

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

 span { border-color: rgb(186,119,24); }

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