#BA6815

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

Shades of Pirate Gold #BA6815

Tints of Pirate Gold #BA6815

Color information

#BA6815 (or 0xBA6815) is unknown color: approx Pirate Gold. HEX triplet: BA, 68 and 15. RGB value is (186,104,21). Sum of RGB (Red+Green+Blue) = 186+104+21=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6815 is #4597EA. Grayscale: #777777. Windows color (decimal): -4560875 or 1403066. OLE color: 1403066.

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

Color convert

RGB18610421-
CMYK00.440.890.27
HSL30.18º79.71%40.59%-
HSV(B)30.18º88.71%72.94%-
XYZ25.3420.393.31-
YUV119.0672.67175.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.81%
GREEN value IS 104 (41.02% from 255) = 33.44%
BLUE value IS 21 (8.59% from 255) = 6.75%
R=59.81%
G=33.44%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861042100.440.890.2730.1879.7140.59
HexBA681502C591B1e5029
Octal27215025054131333612051
Binary101110101101000101010101100101100111011111101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6815; }

 p { color: rgb(186,104,21); }

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

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

 a { background-color: rgb(186,104,21); }

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

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

 span { border-color: rgb(186,104,21); }

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