#BA8323

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

Shades of Pirate Gold #BA8323

Tints of Pirate Gold #BA8323

Color information

#BA8323 (or 0xBA8323) is unknown color: approx Pirate Gold. HEX triplet: BA, 83 and 23. RGB value is (186,131,35). Sum of RGB (Red+Green+Blue) = 186+131+35=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 35 (14.06% from 255 or 9.94% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8323 is #457CDC. Grayscale: #888888. Windows color (decimal): -4553949 or 2327482. OLE color: 2327482.

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

Color convert

RGB18613135-
CMYK00.300.810.27
HSL38.15º68.33%43.33%-
HSV(B)38.15º81.18%72.94%-
XYZ28.6726.795.25-
YUV136.570.72163.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 131 (51.56% from 255) = 37.22%
BLUE value IS 35 (14.06% from 255) = 9.94%
R=52.84%
G=37.22%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861313500.300.810.2738.1568.3343.33
HexBA832301E511B26442b
Octal27220343036121334610453
Binary10111010100000111000110111101010001110111001101000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8323; }

 p { color: rgb(186,131,35); }

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

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

 a { background-color: rgb(186,131,35); }

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

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

 span { border-color: rgb(186,131,35); }

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