#BA7026

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

Shades of Pirate Gold #BA7026

Tints of Pirate Gold #BA7026

Color information

#BA7026 (or 0xBA7026) is unknown color: approx Pirate Gold. HEX triplet: BA, 70 and 26. RGB value is (186,112,38). Sum of RGB (Red+Green+Blue) = 186+112+38=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7026 is #458FD9. Grayscale: #7E7E7E. Windows color (decimal): -4558810 or 2519226. OLE color: 2519226.

HSL color Cylindrical-coordinate representation of color #BA7026: hue angle of 30º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA7026 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18611238-
CMYK00.400.800.27
HSL30º66.07%43.92%-
HSV(B)30º79.57%72.94%-
XYZ26.3922.174.72-
YUV125.6978.52171.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.36%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 38 (15.23% from 255) = 11.31%
R=55.36%
G=33.33%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861123800.400.800.273066.0743.92
HexBA7026028501B1e422c
Octal27216046050120333610254
Binary1011101011100001001100101000101000011011111101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7026; }

 p { color: rgb(186,112,38); }

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

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

 a { background-color: rgb(186,112,38); }

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

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

 span { border-color: rgb(186,112,38); }

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