#BA7027

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

Shades of Pirate Gold #BA7027

Tints of Pirate Gold #BA7027

Color information

#BA7027 (or 0xBA7027) is unknown color: approx Pirate Gold. HEX triplet: BA, 70 and 27. RGB value is (186,112,39). Sum of RGB (Red+Green+Blue) = 186+112+39=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7027 is #458FD8. Grayscale: #7E7E7E. Windows color (decimal): -4558809 or 2584762. OLE color: 2584762.

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

Color convert

RGB18611239-
CMYK00.400.790.27
HSL29.8º65.33%44.12%-
HSV(B)29.8º79.03%72.94%-
XYZ26.4122.174.81-
YUV125.879.02170.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 39 (15.62% from 255) = 11.57%
R=55.19%
G=33.23%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861123900.400.790.2729.865.3344.12
HexBA70270284F1B1e412c
Octal27216047050117333610154
Binary1011101011100001001110101000100111111011111101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7027; }

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

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

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

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

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

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

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

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