#BA7B2B

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

Shades of Pirate Gold #BA7B2B

Tints of Pirate Gold #BA7B2B

Color information

#BA7B2B (or 0xBA7B2B) is unknown color: approx Pirate Gold. HEX triplet: BA, 7B and 2B. RGB value is (186,123,43). Sum of RGB (Red+Green+Blue) = 186+123+43=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B2B is #4584D4. Grayscale: #858585. Windows color (decimal): -4555989 or 2849722. OLE color: 2849722.

HSL color Cylindrical-coordinate representation of color #BA7B2B: hue angle of 33.57º 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 #BA7B2B is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18612343-
CMYK00.340.770.27
HSL33.57º62.45%44.9%-
HSV(B)33.57º76.88%72.94%-
XYZ27.7724.785.6-
YUV132.7277.37166-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 123 (48.44% from 255) = 34.94%
BLUE value IS 43 (17.19% from 255) = 12.22%
R=52.84%
G=34.94%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861234300.340.770.2733.5762.4544.9
HexBA7B2B0224D1B223e2d
Octal2721735304211533427655
Binary1011101011110111010110100010100110111011100010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7B2B; }

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

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

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

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

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

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

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

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