#BA751D

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

Shades of Pirate Gold #BA751D

Tints of Pirate Gold #BA751D

Color information

#BA751D (or 0xBA751D) is unknown color: approx Pirate Gold. HEX triplet: BA, 75 and 1D. RGB value is (186,117,29). Sum of RGB (Red+Green+Blue) = 186+117+29=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA751D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA751D is #458AE2. Grayscale: #808080. Windows color (decimal): -4557539 or 1930682. OLE color: 1930682.

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

Color convert

RGB18611729-
CMYK00.370.840.27
HSL33.63º73.02%42.16%-
HSV(B)33.63º84.41%72.94%-
XYZ26.8323.254.24-
YUV127.672.36169.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.02%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 29 (11.72% from 255) = 8.73%
R=56.02%
G=35.24%
B=8.73%

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
Decimal1861172900.370.840.2733.6373.0242.16
HexBA751D025541B22492a
Octal27216535045124334211152
Binary1011101011101011110101001011010100110111000101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA751D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA751D; }

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

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

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

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

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

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

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

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