#ba7628

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

Shades of Pirate Gold #BA7628

Tints of Pirate Gold #BA7628

Color information

#BA7628 (or 0xBA7628) is unknown color: approx Pirate Gold. HEX triplet: BA, 76 and 28. RGB value is (186,118,40). Sum of RGB (Red+Green+Blue) = 186+118+40=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7628 is #4589D7. Grayscale: #818181. Windows color (decimal): -4557272 or 2651834. OLE color: 2651834.

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

Color convert

RGB18611840-
CMYK00.370.780.27
HSL32.05º64.6%44.31%-
HSV(B)32.05º78.49%72.94%-
XYZ27.1123.555.12-
YUV129.4477.53168.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.07%
GREEN value IS 118 (46.48% from 255) = 34.30%
BLUE value IS 40 (16.02% from 255) = 11.63%
R=54.07%
G=34.30%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861184000.370.780.2732.0564.644.31
HexBA76280254E1B20412c
Octal27216650045116334010154
Binary10111010111011010100001001011001110110111000001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba7628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba7628; }

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

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

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

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

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

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

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

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