#BA7E1D

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

Shades of Pirate Gold #BA7E1D

Tints of Pirate Gold #BA7E1D

Color information

#BA7E1D (or 0xBA7E1D) is unknown color: approx Pirate Gold. HEX triplet: BA, 7E and 1D. RGB value is (186,126,29). Sum of RGB (Red+Green+Blue) = 186+126+29=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E1D is #4581E2. Grayscale: #858585. Windows color (decimal): -4555235 or 1932986. OLE color: 1932986.

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

Color convert

RGB18612629-
CMYK00.320.840.27
HSL37.07º73.02%42.16%-
HSV(B)37.07º84.41%72.94%-
XYZ27.9325.454.6-
YUV132.8869.38165.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.55%
GREEN value IS 126 (49.61% from 255) = 36.95%
BLUE value IS 29 (11.72% from 255) = 8.50%
R=54.55%
G=36.95%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861262900.320.840.2737.0773.0242.16
HexBA7E1D020541B25492a
Octal27217635040124334511152
Binary1011101011111101110101000001010100110111001011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E1D; }

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

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

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

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

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

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

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

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