#BA781A

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

Shades of Pirate Gold #BA781A

Tints of Pirate Gold #BA781A

Color information

#BA781A (or 0xBA781A) is unknown color: approx Pirate Gold. HEX triplet: BA, 78 and 1A. RGB value is (186,120,26). Sum of RGB (Red+Green+Blue) = 186+120+26=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA781A is #4587E5. Grayscale: #818181. Windows color (decimal): -4556774 or 1734842. OLE color: 1734842.

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

Color convert

RGB18612026-
CMYK00.350.860.27
HSL35.25º75.47%41.57%-
HSV(B)35.25º86.02%72.94%-
XYZ27.1523.954.17-
YUV129.0269.87168.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.02%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 26 (10.55% from 255) = 7.83%
R=56.02%
G=36.14%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861202600.350.860.2735.2575.4741.57
HexBA781A023561B234b2a
Octal27217032043126334311352
Binary1011101011110001101001000111010110110111000111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA781A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA781A; }

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

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

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

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

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

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

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

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