#BA772A

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

Shades of Pirate Gold #BA772A

Tints of Pirate Gold #BA772A

Color information

#BA772A (or 0xBA772A) is unknown color: approx Pirate Gold. HEX triplet: BA, 77 and 2A. RGB value is (186,119,42). Sum of RGB (Red+Green+Blue) = 186+119+42=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA772A is #4588D5. Grayscale: #828282. Windows color (decimal): -4557014 or 2783162. OLE color: 2783162.

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

Color convert

RGB18611942-
CMYK00.360.770.27
HSL32.08º63.16%44.71%-
HSV(B)32.08º77.42%72.94%-
XYZ27.2623.85.35-
YUV130.2678.2167.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 42 (16.80% from 255) = 12.10%
R=53.60%
G=34.29%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861194200.360.770.2732.0863.1644.71
HexBA772A0244D1B203f2d
Octal2721675204411533407755
Binary1011101011101111010100100100100110111011100000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA772A; }

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

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

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

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

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

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

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

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