#BA7020

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

Shades of Pirate Gold #BA7020

Tints of Pirate Gold #BA7020

Color information

#BA7020 (or 0xBA7020) is unknown color: approx Pirate Gold. HEX triplet: BA, 70 and 20. RGB value is (186,112,32). Sum of RGB (Red+Green+Blue) = 186+112+32=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7020 is #458FDF. Grayscale: #7D7D7D. Windows color (decimal): -4558816 or 2126010. OLE color: 2126010.

HSL color Cylindrical-coordinate representation of color #BA7020: hue angle of 31.17º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA7020 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB18611232-
CMYK00.400.830.27
HSL31.17º70.64%42.75%-
HSV(B)31.17º82.8%72.94%-
XYZ26.322.134.25-
YUV125.0175.52171.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.36%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 32 (12.89% from 255) = 9.70%
R=56.36%
G=33.94%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861123200.400.830.2731.1770.6442.75
HexBA7020028531B1f472b
Octal27216040050123333710753
Binary1011101011100001000000101000101001111011111111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7020; }

 p { color: rgb(186,112,32); }

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

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

 a { background-color: rgb(186,112,32); }

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

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

 span { border-color: rgb(186,112,32); }

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