#BA6B21

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

Shades of Pirate Gold #BA6B21

Tints of Pirate Gold #BA6B21

Color information

#BA6B21 (or 0xBA6B21) is unknown color: approx Pirate Gold. HEX triplet: BA, 6B and 21. RGB value is (186,107,33). Sum of RGB (Red+Green+Blue) = 186+107+33=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6B21 is #4594DE. Grayscale: #7A7A7A. Windows color (decimal): -4560095 or 2190266. OLE color: 2190266.

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

Color convert

RGB18610733-
CMYK00.420.820.27
HSL29.02º69.86%42.94%-
HSV(B)29.02º82.26%72.94%-
XYZ25.7821.064.15-
YUV122.1877.67173.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.06%
GREEN value IS 107 (42.19% from 255) = 32.82%
BLUE value IS 33 (13.28% from 255) = 10.12%
R=57.06%
G=32.82%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861073300.420.820.2729.0269.8642.94
HexBA6B2102A521B1d462b
Octal27215341052122333510653
Binary1011101011010111000010101010101001011011111011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B21; }

 p { color: rgb(186,107,33); }

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

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

 a { background-color: rgb(186,107,33); }

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

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

 span { border-color: rgb(186,107,33); }

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