#BA782A

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

Shades of Pirate Gold #BA782A

Tints of Pirate Gold #BA782A

Color information

#BA782A (or 0xBA782A) is unknown color: approx Pirate Gold. HEX triplet: BA, 78 and 2A. RGB value is (186,120,42). Sum of RGB (Red+Green+Blue) = 186+120+42=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA782A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA782A is #4587D5. Grayscale: #838383. Windows color (decimal): -4556758 or 2783418. OLE color: 2783418.

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

Color convert

RGB18612042-
CMYK00.350.770.27
HSL32.5º63.16%44.71%-
HSV(B)32.5º77.42%72.94%-
XYZ27.3824.045.39-
YUV130.8477.87167.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 120 (47.27% from 255) = 34.48%
BLUE value IS 42 (16.80% from 255) = 12.07%
R=53.45%
G=34.48%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861204200.350.770.2732.563.1644.71
HexBA782A0234D1B203f2d
Octal2721705204311533407755
Binary1011101011110001010100100011100110111011100000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA782A; }

 p { color: rgb(186,120,42); }

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

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

 a { background-color: rgb(186,120,42); }

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

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

 span { border-color: rgb(186,120,42); }

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