#BA7A22

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

Shades of Pirate Gold #BA7A22

Tints of Pirate Gold #BA7A22

Color information

#BA7A22 (or 0xBA7A22) is unknown color: approx Pirate Gold. HEX triplet: BA, 7A and 22. RGB value is (186,122,34). Sum of RGB (Red+Green+Blue) = 186+122+34=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A22 is #4585DD. Grayscale: #838383. Windows color (decimal): -4556254 or 2259642. OLE color: 2259642.

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

Color convert

RGB18612234-
CMYK00.340.820.27
HSL34.74º69.09%43.14%-
HSV(B)34.74º81.72%72.94%-
XYZ27.524.474.79-
YUV131.173.2167.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 122 (48.05% from 255) = 35.67%
BLUE value IS 34 (13.67% from 255) = 9.94%
R=54.39%
G=35.67%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861223400.340.820.2734.7469.0943.14
HexBA7A22022521B23452b
Octal27217242042122334310553
Binary10111010111101010001001000101010010110111000111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A22; }

 p { color: rgb(186,122,34); }

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

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

 a { background-color: rgb(186,122,34); }

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

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

 span { border-color: rgb(186,122,34); }

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