#BA771D

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

Shades of Pirate Gold #BA771D

Tints of Pirate Gold #BA771D

Color information

#BA771D (or 0xBA771D) is unknown color: approx Pirate Gold. HEX triplet: BA, 77 and 1D. RGB value is (186,119,29). Sum of RGB (Red+Green+Blue) = 186+119+29=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA771D is #4588E2. Grayscale: #818181. Windows color (decimal): -4557027 or 1931194. OLE color: 1931194.

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

Color convert

RGB18611929-
CMYK00.360.840.27
HSL34.39º73.02%42.16%-
HSV(B)34.39º84.41%72.94%-
XYZ27.0723.724.31-
YUV128.7771.7168.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.69%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 29 (11.72% from 255) = 8.68%
R=55.69%
G=35.63%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861192900.360.840.2734.3973.0242.16
HexBA771D024541B22492a
Octal27216735044124334211152
Binary1011101011101111110101001001010100110111000101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA771D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA771D; }

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

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

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

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

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

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

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

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