#BA831E

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

Shades of Pirate Gold #BA831E

Tints of Pirate Gold #BA831E

Color information

#BA831E (or 0xBA831E) is unknown color: approx Pirate Gold. HEX triplet: BA, 83 and 1E. RGB value is (186,131,30). Sum of RGB (Red+Green+Blue) = 186+131+30=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA831E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA831E is #457CE1. Grayscale: #888888. Windows color (decimal): -4553954 or 1999802. OLE color: 1999802.

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

Color convert

RGB18613130-
CMYK00.300.840.27
HSL38.85º72.22%42.35%-
HSV(B)38.85º83.87%72.94%-
XYZ28.626.774.89-
YUV135.9368.22163.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 131 (51.56% from 255) = 37.75%
BLUE value IS 30 (12.11% from 255) = 8.65%
R=53.60%
G=37.75%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861313000.300.840.2738.8572.2242.35
HexBA831E01E541B27482a
Octal27220336036124334711052
Binary1011101010000011111100111101010100110111001111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA831E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA831E; }

 p { color: rgb(186,131,30); }

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

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

 a { background-color: rgb(186,131,30); }

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

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

 span { border-color: rgb(186,131,30); }

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