#BA7817

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

Shades of Pirate Gold #BA7817

Tints of Pirate Gold #BA7817

Color information

#BA7817 (or 0xBA7817) is unknown color: approx Pirate Gold. HEX triplet: BA, 78 and 17. RGB value is (186,120,23). Sum of RGB (Red+Green+Blue) = 186+120+23=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7817 is #4587E8. Grayscale: #818181. Windows color (decimal): -4556777 or 1538234. OLE color: 1538234.

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

Color convert

RGB18612023-
CMYK00.350.880.27
HSL35.71º77.99%40.98%-
HSV(B)35.71º87.63%72.94%-
XYZ27.1223.934-
YUV128.6868.37168.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.53%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 23 (9.38% from 255) = 6.99%
R=56.53%
G=36.47%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861202300.350.880.2735.7177.9940.98
HexBA7817023581B244e29
Octal27217027043130334411651
Binary1011101011110001011101000111011000110111001001001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7817; }

 p { color: rgb(186,120,23); }

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

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

 a { background-color: rgb(186,120,23); }

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

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

 span { border-color: rgb(186,120,23); }

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