#BA7A19

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

Shades of Pirate Gold #BA7A19

Tints of Pirate Gold #BA7A19

Color information

#BA7A19 (or 0xBA7A19) is unknown color: approx Pirate Gold. HEX triplet: BA, 7A and 19. RGB value is (186,122,25). Sum of RGB (Red+Green+Blue) = 186+122+25=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7A19 is #4585E6. Grayscale: #828282. Windows color (decimal): -4556263 or 1669818. OLE color: 1669818.

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

Color convert

RGB18612225-
CMYK00.340.870.27
HSL36.15º76.3%41.37%-
HSV(B)36.15º86.56%72.94%-
XYZ27.3824.434.19-
YUV130.0868.7167.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.86%
GREEN value IS 122 (48.05% from 255) = 36.64%
BLUE value IS 25 (10.16% from 255) = 7.51%
R=55.86%
G=36.64%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861222500.340.870.2736.1576.341.37
HexBA7A19022571B244c29
Octal27217231042127334411451
Binary1011101011110101100101000101010111110111001001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A19; }

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

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

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

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

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

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

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

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