#BA782D

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

Shades of Pirate Gold #BA782D

Tints of Pirate Gold #BA782D

Color information

#BA782D (or 0xBA782D) is unknown color: approx Pirate Gold. HEX triplet: BA, 78 and 2D. RGB value is (186,120,45). Sum of RGB (Red+Green+Blue) = 186+120+45=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA782D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA782D is #4587D2. Grayscale: #838383. Windows color (decimal): -4556755 or 2980026. OLE color: 2980026.

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

Color convert

RGB18612045-
CMYK00.350.760.27
HSL31.91º61.04%45.29%-
HSV(B)31.91º75.81%72.94%-
XYZ27.4424.065.68-
YUV131.1879.37167.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.99%
GREEN value IS 120 (47.27% from 255) = 34.19%
BLUE value IS 45 (17.97% from 255) = 12.82%
R=52.99%
G=34.19%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861204500.350.760.2731.9161.0445.29
HexBA782D0234C1B203d2d
Octal2721705504311433407555
Binary1011101011110001011010100011100110011011100000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA782D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA782D; }

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

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

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

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

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

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

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

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