#BA791E

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

Shades of Pirate Gold #BA791E

Tints of Pirate Gold #BA791E

Color information

#BA791E (or 0xBA791E) is unknown color: approx Pirate Gold. HEX triplet: BA, 79 and 1E. RGB value is (186,121,30). Sum of RGB (Red+Green+Blue) = 186+121+30=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA791E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA791E is #4586E1. Grayscale: #828282. Windows color (decimal): -4556514 or 1997242. OLE color: 1997242.

HSL color Cylindrical-coordinate representation of color #BA791E: hue angle of 35º degrees, saturation: 0.72, 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 #BA791E is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB18612130-
CMYK00.350.840.27
HSL35º72.22%42.35%-
HSV(B)35º83.87%72.94%-
XYZ27.3224.214.46-
YUV130.0671.53167.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 30 (12.11% from 255) = 8.90%
R=55.19%
G=35.91%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861213000.350.840.273572.2242.35
HexBA791E023541B23482a
Octal27217136043124334311052
Binary1011101011110011111001000111010100110111000111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA791E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA791E; }

 p { color: rgb(186,121,30); }

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

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

 a { background-color: rgb(186,121,30); }

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

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

 span { border-color: rgb(186,121,30); }

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