#BA8121

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

Shades of Pirate Gold #BA8121

Tints of Pirate Gold #BA8121

Color information

#BA8121 (or 0xBA8121) is unknown color: approx Pirate Gold. HEX triplet: BA, 81 and 21. RGB value is (186,129,33). Sum of RGB (Red+Green+Blue) = 186+129+33=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8121 is #457EDE. Grayscale: #878787. Windows color (decimal): -4554463 or 2195898. OLE color: 2195898.

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

Color convert

RGB18612933-
CMYK00.310.820.27
HSL37.65º69.86%42.94%-
HSV(B)37.65º82.26%72.94%-
XYZ28.3726.255.01-
YUV135.170.38164.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 129 (50.78% from 255) = 37.07%
BLUE value IS 33 (13.28% from 255) = 9.48%
R=53.45%
G=37.07%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861293300.310.820.2737.6569.8642.94
HexBA812101F521B26462b
Octal27220141037122334610653
Binary10111010100000011000010111111010010110111001101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8121; }

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

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

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

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

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

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

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

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