#BA7924

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

Shades of Pirate Gold #BA7924

Tints of Pirate Gold #BA7924

Color information

#BA7924 (or 0xBA7924) is unknown color: approx Pirate Gold. HEX triplet: BA, 79 and 24. RGB value is (186,121,36). Sum of RGB (Red+Green+Blue) = 186+121+36=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7924 is #4586DB. Grayscale: #838383. Windows color (decimal): -4556508 or 2390458. OLE color: 2390458.

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

Color convert

RGB18612136-
CMYK00.350.810.27
HSL34º67.57%43.53%-
HSV(B)34º80.65%72.94%-
XYZ27.4124.244.9-
YUV130.7474.53167.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 36 (14.45% from 255) = 10.50%
R=54.23%
G=35.28%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861213600.350.810.273467.5743.53
HexBA7924023511B22442c
Octal27217144043121334210454
Binary10111010111100110010001000111010001110111000101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7924; }

 p { color: rgb(186,121,36); }

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

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

 a { background-color: rgb(186,121,36); }

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

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

 span { border-color: rgb(186,121,36); }

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