#BA7E20

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

Shades of Pirate Gold #BA7E20

Tints of Pirate Gold #BA7E20

Color information

#BA7E20 (or 0xBA7E20) is unknown color: approx Pirate Gold. HEX triplet: BA, 7E and 20. RGB value is (186,126,32). Sum of RGB (Red+Green+Blue) = 186+126+32=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E20 is #4581DF. Grayscale: #858585. Windows color (decimal): -4555232 or 2129594. OLE color: 2129594.

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

Color convert

RGB18612632-
CMYK00.320.830.27
HSL36.62º70.64%42.75%-
HSV(B)36.62º82.8%72.94%-
XYZ27.9725.474.81-
YUV133.2270.88165.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.07%
GREEN value IS 126 (49.61% from 255) = 36.63%
BLUE value IS 32 (12.89% from 255) = 9.30%
R=54.07%
G=36.63%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861263200.320.830.2736.6270.6442.75
HexBA7E20020531B25472b
Octal27217640040123334510753
Binary10111010111111010000001000001010011110111001011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E20; }

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

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

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

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

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

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

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

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