#BA6C18

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

Shades of Pirate Gold #BA6C18

Tints of Pirate Gold #BA6C18

Color information

#BA6C18 (or 0xBA6C18) is unknown color: approx Pirate Gold. HEX triplet: BA, 6C and 18. RGB value is (186,108,24). Sum of RGB (Red+Green+Blue) = 186+108+24=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6C18 is #4593E7. Grayscale: #7A7A7A. Windows color (decimal): -4559848 or 1600698. OLE color: 1600698.

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

Color convert

RGB18610824-
CMYK00.420.870.27
HSL31.11º77.14%41.18%-
HSV(B)31.11º87.1%72.94%-
XYZ25.7821.233.6-
YUV121.7572.84173.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.49%
GREEN value IS 108 (42.58% from 255) = 33.96%
BLUE value IS 24 (9.77% from 255) = 7.55%
R=58.49%
G=33.96%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861082400.420.870.2731.1177.1441.18
HexBA6C1802A571B1f4d29
Octal27215430052127333711551
Binary101110101101100110000101010101011111011111111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6C18; }

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

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

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

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

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

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

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

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