#BA7218

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

Shades of Pirate Gold #BA7218

Tints of Pirate Gold #BA7218

Color information

#BA7218 (or 0xBA7218) is unknown color: approx Pirate Gold. HEX triplet: BA, 72 and 18. RGB value is (186,114,24). Sum of RGB (Red+Green+Blue) = 186+114+24=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7218 is #458DE7. Grayscale: #7D7D7D. Windows color (decimal): -4558312 or 1602234. OLE color: 1602234.

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

Color convert

RGB18611424-
CMYK00.390.870.27
HSL33.33º77.14%41.18%-
HSV(B)33.33º87.1%72.94%-
XYZ26.4322.543.82-
YUV125.2770.85171.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.41%
GREEN value IS 114 (44.92% from 255) = 35.19%
BLUE value IS 24 (9.77% from 255) = 7.41%
R=57.41%
G=35.19%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861142400.390.870.2733.3377.1441.18
HexBA7218027571B214d29
Octal27216230047127334111551
Binary1011101011100101100001001111010111110111000011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7218; }

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

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

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

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

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

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

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

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