#ba7929

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

Shades of Pirate Gold #BA7929

Tints of Pirate Gold #BA7929

Color information

#BA7929 (or 0xBA7929) is unknown color: approx Pirate Gold. HEX triplet: BA, 79 and 29. RGB value is (186,121,41). Sum of RGB (Red+Green+Blue) = 186+121+41=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7929 is #4586D6. Grayscale: #838383. Windows color (decimal): -4556503 or 2718138. OLE color: 2718138.

HSL color Cylindrical-coordinate representation of color #BA7929: hue angle of 33.1º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA7929 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB18612141-
CMYK00.350.780.27
HSL33.1º63.88%44.51%-
HSV(B)33.1º77.96%72.94%-
XYZ27.4924.275.33-
YUV131.3277.03167-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.45%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 41 (16.41% from 255) = 11.78%
R=53.45%
G=34.77%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861214100.350.780.2733.163.8844.51
HexBA79290234E1B21402d
Octal27217151043116334110055
Binary10111010111100110100101000111001110110111000011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba7929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba7929; }

 p { color: rgb(186,121,41); }

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

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

 a { background-color: rgb(186,121,41); }

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

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

 span { border-color: rgb(186,121,41); }

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