#BA7521

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

Shades of Pirate Gold #BA7521

Tints of Pirate Gold #BA7521

Color information

#BA7521 (or 0xBA7521) is unknown color: approx Pirate Gold. HEX triplet: BA, 75 and 21. RGB value is (186,117,33). Sum of RGB (Red+Green+Blue) = 186+117+33=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7521 is #458ADE. Grayscale: #808080. Windows color (decimal): -4557535 or 2192826. OLE color: 2192826.

HSL color Cylindrical-coordinate representation of color #BA7521: hue angle of 32.94º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA7521 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB18611733-
CMYK00.370.820.27
HSL32.94º69.86%42.94%-
HSV(B)32.94º82.26%72.94%-
XYZ26.8923.274.51-
YUV128.0674.36169.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.36%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 33 (13.28% from 255) = 9.82%
R=55.36%
G=34.82%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861173300.370.820.2732.9469.8642.94
HexBA7521025521B21462b
Octal27216541045122334110653
Binary10111010111010110000101001011010010110111000011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7521; }

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

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

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

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

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

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

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

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