#BA6D1E

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

Shades of Pirate Gold #BA6D1E

Tints of Pirate Gold #BA6D1E

Color information

#BA6D1E (or 0xBA6D1E) is unknown color: approx Pirate Gold. HEX triplet: BA, 6D and 1E. RGB value is (186,109,30). Sum of RGB (Red+Green+Blue) = 186+109+30=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D1E is #4592E1. Grayscale: #7B7B7B. Windows color (decimal): -4559586 or 1994170. OLE color: 1994170.

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

Color convert

RGB18610930-
CMYK00.410.840.27
HSL30.38º72.22%42.35%-
HSV(B)30.38º83.87%72.94%-
XYZ25.9521.474-
YUV123.0275.51172.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 109 (42.97% from 255) = 33.54%
BLUE value IS 30 (12.11% from 255) = 9.23%
R=57.23%
G=33.54%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861093000.410.840.2730.3872.2242.35
HexBA6D1E029541B1e482a
Octal27215536051124333611052
Binary101110101101101111100101001101010011011111101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D1E; }

 p { color: rgb(186,109,30); }

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

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

 a { background-color: rgb(186,109,30); }

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

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

 span { border-color: rgb(186,109,30); }

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