#BA7524

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

Shades of Pirate Gold #BA7524

Tints of Pirate Gold #BA7524

Color information

#BA7524 (or 0xBA7524) is unknown color: approx Pirate Gold. HEX triplet: BA, 75 and 24. RGB value is (186,117,36). Sum of RGB (Red+Green+Blue) = 186+117+36=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7524 is #458ADB. Grayscale: #808080. Windows color (decimal): -4557532 or 2389434. OLE color: 2389434.

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

Color convert

RGB18611736-
CMYK00.370.810.27
HSL32.4º67.57%43.53%-
HSV(B)32.4º80.65%72.94%-
XYZ26.9323.294.74-
YUV128.475.86169.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.87%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 36 (14.45% from 255) = 10.62%
R=54.87%
G=34.51%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861173600.370.810.2732.467.5743.53
HexBA7524025511B20442c
Octal27216544045121334010454
Binary10111010111010110010001001011010001110111000001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7524; }

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

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

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

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

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

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

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

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