#BA792E

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

Shades of Pirate Gold #BA792E

Tints of Pirate Gold #BA792E

Color information

#BA792E (or 0xBA792E) is unknown color: approx Pirate Gold. HEX triplet: BA, 79 and 2E. RGB value is (186,121,46). Sum of RGB (Red+Green+Blue) = 186+121+46=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA792E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA792E is #4586D1. Grayscale: #848484. Windows color (decimal): -4556498 or 3045818. OLE color: 3045818.

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

Color convert

RGB18612146-
CMYK00.350.750.27
HSL32.14º60.34%45.49%-
HSV(B)32.14º75.27%72.94%-
XYZ27.5824.315.82-
YUV131.8879.53166.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.69%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 46 (18.36% from 255) = 13.03%
R=52.69%
G=34.28%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861214600.350.750.2732.1460.3445.49
HexBA792E0234B1B203c2d
Octal2721715604311333407455
Binary1011101011110011011100100011100101111011100000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA792E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA792E; }

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

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

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

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

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

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

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

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