#BA6A18

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

Shades of Pirate Gold #BA6A18

Tints of Pirate Gold #BA6A18

Color information

#BA6A18 (or 0xBA6A18) is unknown color: approx Pirate Gold. HEX triplet: BA, 6A and 18. RGB value is (186,106,24). Sum of RGB (Red+Green+Blue) = 186+106+24=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6A18 is #4595E7. Grayscale: #787878. Windows color (decimal): -4560360 or 1600186. OLE color: 1600186.

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

Color convert

RGB18610624-
CMYK00.430.870.27
HSL30.37º77.14%41.18%-
HSV(B)30.37º87.1%72.94%-
XYZ25.5720.813.53-
YUV120.5773.5174.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.86%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 24 (9.77% from 255) = 7.59%
R=58.86%
G=33.54%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861062400.430.870.2730.3777.1441.18
HexBA6A1802B571B1e4d29
Octal27215230053127333611551
Binary101110101101010110000101011101011111011111101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6A18; }

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

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

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

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

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

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

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

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