#BA7D21

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

Shades of Pirate Gold #BA7D21

Tints of Pirate Gold #BA7D21

Color information

#BA7D21 (or 0xBA7D21) is unknown color: approx Pirate Gold. HEX triplet: BA, 7D and 21. RGB value is (186,125,33). Sum of RGB (Red+Green+Blue) = 186+125+33=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D21 is #4582DE. Grayscale: #858585. Windows color (decimal): -4555487 or 2194874. OLE color: 2194874.

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

Color convert

RGB18612533-
CMYK00.330.820.27
HSL36.08º69.86%42.94%-
HSV(B)36.08º82.26%72.94%-
XYZ27.8625.224.84-
YUV132.7571.71165.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.07%
GREEN value IS 125 (49.22% from 255) = 36.34%
BLUE value IS 33 (13.28% from 255) = 9.59%
R=54.07%
G=36.34%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861253300.330.820.2736.0869.8642.94
HexBA7D21021521B24462b
Octal27217541041122334410653
Binary10111010111110110000101000011010010110111001001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7D21; }

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

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

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

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

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

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

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

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