#BA7419

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

Shades of Pirate Gold #BA7419

Tints of Pirate Gold #BA7419

Color information

#BA7419 (or 0xBA7419) is unknown color: approx Pirate Gold. HEX triplet: BA, 74 and 19. RGB value is (186,116,25). Sum of RGB (Red+Green+Blue) = 186+116+25=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7419 is #458BE6. Grayscale: #7E7E7E. Windows color (decimal): -4557799 or 1668282. OLE color: 1668282.

HSL color Cylindrical-coordinate representation of color #BA7419: hue angle of 33.91º 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 #BA7419 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB18611625-
CMYK00.380.870.27
HSL33.91º76.3%41.37%-
HSV(B)33.91º86.56%72.94%-
XYZ26.67233.95-
YUV126.5670.69170.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.88%
GREEN value IS 116 (45.70% from 255) = 35.47%
BLUE value IS 25 (10.16% from 255) = 7.65%
R=56.88%
G=35.47%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861162500.380.870.2733.9176.341.37
HexBA7419026571B224c29
Octal27216431046127334211451
Binary1011101011101001100101001101010111110111000101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7419; }

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

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

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

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

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

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

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

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