#BA8321

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

Shades of Pirate Gold #BA8321

Tints of Pirate Gold #BA8321

Color information

#BA8321 (or 0xBA8321) is unknown color: approx Pirate Gold. HEX triplet: BA, 83 and 21. RGB value is (186,131,33). Sum of RGB (Red+Green+Blue) = 186+131+33=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8321 is #457CDE. Grayscale: #888888. Windows color (decimal): -4553951 or 2196410. OLE color: 2196410.

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

Color convert

RGB18613133-
CMYK00.300.820.27
HSL38.43º69.86%42.94%-
HSV(B)38.43º82.26%72.94%-
XYZ28.6426.785.1-
YUV136.2769.72163.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.14%
GREEN value IS 131 (51.56% from 255) = 37.43%
BLUE value IS 33 (13.28% from 255) = 9.43%
R=53.14%
G=37.43%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861313300.300.820.2738.4369.8642.94
HexBA832101E521B26462b
Octal27220341036122334610653
Binary10111010100000111000010111101010010110111001101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8321; }

 p { color: rgb(186,131,33); }

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

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

 a { background-color: rgb(186,131,33); }

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

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

 span { border-color: rgb(186,131,33); }

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