#BA6C1E

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

Shades of Pirate Gold #BA6C1E

Tints of Pirate Gold #BA6C1E

Color information

#BA6C1E (or 0xBA6C1E) is unknown color: approx Pirate Gold. HEX triplet: BA, 6C and 1E. RGB value is (186,108,30). Sum of RGB (Red+Green+Blue) = 186+108+30=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C1E is #4593E1. Grayscale: #7A7A7A. Windows color (decimal): -4559842 or 1993914. OLE color: 1993914.

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

Color convert

RGB18610830-
CMYK00.420.840.27
HSL30º72.22%42.35%-
HSV(B)30º83.87%72.94%-
XYZ25.8521.263.97-
YUV122.4375.84173.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.41%
GREEN value IS 108 (42.58% from 255) = 33.33%
BLUE value IS 30 (12.11% from 255) = 9.26%
R=57.41%
G=33.33%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861083000.420.840.273072.2242.35
HexBA6C1E02A541B1e482a
Octal27215436052124333611052
Binary101110101101100111100101010101010011011111101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6C1E; }

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

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

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

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

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

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

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

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