#BA6B18

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

Shades of Pirate Gold #BA6B18

Tints of Pirate Gold #BA6B18

Color information

#BA6B18 (or 0xBA6B18) is unknown color: approx Pirate Gold. HEX triplet: BA, 6B and 18. RGB value is (186,107,24). Sum of RGB (Red+Green+Blue) = 186+107+24=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6B18 is #4594E7. Grayscale: #797979. Windows color (decimal): -4560104 or 1600442. OLE color: 1600442.

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

Color convert

RGB18610724-
CMYK00.420.870.27
HSL30.74º77.14%41.18%-
HSV(B)30.74º87.1%72.94%-
XYZ25.6721.023.57-
YUV121.1673.17174.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.68%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 24 (9.77% from 255) = 7.57%
R=58.68%
G=33.75%
B=7.57%

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
Decimal1861072400.420.870.2730.7477.1441.18
HexBA6B1802A571B1f4d29
Octal27215330052127333711551
Binary101110101101011110000101010101011111011111111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B18; }

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

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

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

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

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

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

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

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