#BA7327

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

Shades of Pirate Gold #BA7327

Tints of Pirate Gold #BA7327

Color information

#BA7327 (or 0xBA7327) is unknown color: approx Pirate Gold. HEX triplet: BA, 73 and 27. RGB value is (186,115,39). Sum of RGB (Red+Green+Blue) = 186+115+39=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7327 is #458CD8. Grayscale: #7F7F7F. Windows color (decimal): -4558041 or 2585530. OLE color: 2585530.

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

Color convert

RGB18611539-
CMYK00.380.790.27
HSL31.02º65.33%44.12%-
HSV(B)31.02º79.03%72.94%-
XYZ26.7522.854.92-
YUV127.5678.02169.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.71%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 39 (15.62% from 255) = 11.47%
R=54.71%
G=33.82%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861153900.380.790.2731.0265.3344.12
HexBA73270264F1B1f412c
Octal27216347046117333710154
Binary1011101011100111001110100110100111111011111111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7327; }

 p { color: rgb(186,115,39); }

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

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

 a { background-color: rgb(186,115,39); }

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

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

 span { border-color: rgb(186,115,39); }

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