#BA762B

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

Shades of Pirate Gold #BA762B

Tints of Pirate Gold #BA762B

Color information

#BA762B (or 0xBA762B) is unknown color: approx Pirate Gold. HEX triplet: BA, 76 and 2B. RGB value is (186,118,43). Sum of RGB (Red+Green+Blue) = 186+118+43=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA762B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA762B is #4589D4. Grayscale: #828282. Windows color (decimal): -4557269 or 2848442. OLE color: 2848442.

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

Color convert

RGB18611843-
CMYK00.370.770.27
HSL31.47º62.45%44.9%-
HSV(B)31.47º76.88%72.94%-
XYZ27.1623.575.4-
YUV129.7879.03168.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 43 (17.19% from 255) = 12.39%
R=53.60%
G=34.01%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861184300.370.770.2731.4762.4544.9
HexBA762B0254D1B1f3e2d
Octal2721665304511533377655
Binary101110101110110101011010010110011011101111111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA762B; }

 p { color: rgb(186,118,43); }

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

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

 a { background-color: rgb(186,118,43); }

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

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

 span { border-color: rgb(186,118,43); }

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