#BA6E26

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

Shades of Pirate Gold #BA6E26

Tints of Pirate Gold #BA6E26

Color information

#BA6E26 (or 0xBA6E26) is unknown color: approx Pirate Gold. HEX triplet: BA, 6E and 26. RGB value is (186,110,38). Sum of RGB (Red+Green+Blue) = 186+110+38=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6E26 is #4591D9. Grayscale: #7C7C7C. Windows color (decimal): -4559322 or 2518714. OLE color: 2518714.

HSL color Cylindrical-coordinate representation of color #BA6E26: hue angle of 29.19º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA6E26 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18611038-
CMYK00.410.800.27
HSL29.19º66.07%43.92%-
HSV(B)29.19º79.57%72.94%-
XYZ26.1821.734.65-
YUV124.5279.18171.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.69%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 38 (15.23% from 255) = 11.38%
R=55.69%
G=32.93%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861103800.410.800.2729.1966.0743.92
HexBA6E26029501B1d422c
Octal27215646051120333510254
Binary1011101011011101001100101001101000011011111011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E26; }

 p { color: rgb(186,110,38); }

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

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

 a { background-color: rgb(186,110,38); }

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

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

 span { border-color: rgb(186,110,38); }

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