#BA7A2E

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

Shades of Pirate Gold #BA7A2E

Tints of Pirate Gold #BA7A2E

Color information

#BA7A2E (or 0xBA7A2E) is unknown color: approx Pirate Gold. HEX triplet: BA, 7A and 2E. RGB value is (186,122,46). Sum of RGB (Red+Green+Blue) = 186+122+46=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A2E is #4585D1. Grayscale: #848484. Windows color (decimal): -4556242 or 3046074. OLE color: 3046074.

HSL color Cylindrical-coordinate representation of color #BA7A2E: hue angle of 32.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA7A2E is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18612246-
CMYK00.340.750.27
HSL32.57º60.34%45.49%-
HSV(B)32.57º75.27%72.94%-
XYZ27.724.565.86-
YUV132.4779.2166.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.54%
GREEN value IS 122 (48.05% from 255) = 34.46%
BLUE value IS 46 (18.36% from 255) = 12.99%
R=52.54%
G=34.46%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861224600.340.750.2732.5760.3445.49
HexBA7A2E0224B1B213c2d
Octal2721725604211333417455
Binary1011101011110101011100100010100101111011100001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A2E; }

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

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

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

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

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

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

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

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