#BA6E19

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

Shades of Pirate Gold #BA6E19

Tints of Pirate Gold #BA6E19

Color information

#BA6E19 (or 0xBA6E19) is unknown color: approx Pirate Gold. HEX triplet: BA, 6E and 19. RGB value is (186,110,25). Sum of RGB (Red+Green+Blue) = 186+110+25=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6E19 is #4591E6. Grayscale: #7B7B7B. Windows color (decimal): -4559335 or 1666746. OLE color: 1666746.

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

Color convert

RGB18611025-
CMYK00.410.870.27
HSL31.68º76.3%41.37%-
HSV(B)31.68º86.56%72.94%-
XYZ2621.663.73-
YUV123.0372.68172.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 110 (43.36% from 255) = 34.27%
BLUE value IS 25 (10.16% from 255) = 7.79%
R=57.94%
G=34.27%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861102500.410.870.2731.6876.341.37
HexBA6E19029571B204c29
Octal27215631051127334011451
Binary1011101011011101100101010011010111110111000001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E19; }

 p { color: rgb(186,110,25); }

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

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

 a { background-color: rgb(186,110,25); }

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

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

 span { border-color: rgb(186,110,25); }

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