#BA761D

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

Shades of Pirate Gold #BA761D

Tints of Pirate Gold #BA761D

Color information

#BA761D (or 0xBA761D) is unknown color: approx Pirate Gold. HEX triplet: BA, 76 and 1D. RGB value is (186,118,29). Sum of RGB (Red+Green+Blue) = 186+118+29=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA761D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA761D is #4589E2. Grayscale: #808080. Windows color (decimal): -4557283 or 1930938. OLE color: 1930938.

HSL color Cylindrical-coordinate representation of color #BA761D: hue angle of 34.01º degrees, saturation: 0.73, 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 #BA761D is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB18611829-
CMYK00.370.840.27
HSL34.01º73.02%42.16%-
HSV(B)34.01º84.41%72.94%-
XYZ26.9523.484.27-
YUV128.1972.03169.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.86%
GREEN value IS 118 (46.48% from 255) = 35.44%
BLUE value IS 29 (11.72% from 255) = 8.71%
R=55.86%
G=35.44%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861182900.370.840.2734.0173.0242.16
HexBA761D025541B22492a
Octal27216635045124334211152
Binary1011101011101101110101001011010100110111000101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA761D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA761D; }

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

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

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

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

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

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

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

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