#BA7E1F

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

Shades of Pirate Gold #BA7E1F

Tints of Pirate Gold #BA7E1F

Color information

#BA7E1F (or 0xBA7E1F) is unknown color: approx Pirate Gold. HEX triplet: BA, 7E and 1F. RGB value is (186,126,31). Sum of RGB (Red+Green+Blue) = 186+126+31=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E1F is #4581E0. Grayscale: #858585. Windows color (decimal): -4555233 or 2064058. OLE color: 2064058.

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

Color convert

RGB18612631-
CMYK00.320.830.27
HSL36.77º71.43%42.55%-
HSV(B)36.77º83.33%72.94%-
XYZ27.9625.464.74-
YUV133.1170.38165.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 126 (49.61% from 255) = 36.73%
BLUE value IS 31 (12.5% from 255) = 9.04%
R=54.23%
G=36.73%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861263100.320.830.2736.7771.4342.55
HexBA7E1F020531B25472b
Octal27217637040123334510753
Binary1011101011111101111101000001010011110111001011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E1F; }

 p { color: rgb(186,126,31); }

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

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

 a { background-color: rgb(186,126,31); }

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

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

 span { border-color: rgb(186,126,31); }

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