Shades of Pirate Gold #BA7329
Tints of Pirate Gold #BA7329
RGB
CMYK
RGB Variations
Color information
#BA7329 (or 0xBA7329) is known color: Pirate Gold. HEX triplet: BA, 73 and 29. RGB value is (186,115,41). Sum of RGB (Red+Green+Blue) = 186+115+41=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7329 is #458CD6. Grayscale: #808080. Windows color (decimal): -4558039 or 2716602. OLE color: 2716602.
HSL color Cylindrical-coordinate representation of color #BA7329: hue angle of 30.62º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA7329 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 41 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.27 |
| HSL | 30.62º | 0.64% | 0.45% | - |
| HSV(B) | 30.62º | 0.78% | 0.73% | - |
| XYZ | 26.78 | 22.86 | 5.1 | - |
| YUV | 127.79 | 79.02 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 41 | 0 | 0.38 | 0.78 | 0.27 | 30.62 | 0.64 | 0.45 |
| Hex | BA | 73 | 29 | 0 | 26 | 4E | 1B | 1F | 40 | 2D |
| Octal | 272 | 163 | 51 | 0 | 46 | 116 | 33 | 37 | 100 | 55 |
| Binary | 10111010 | 1110011 | 101001 | 0 | 100110 | 1001110 | 11011 | 11111 | 1000000 | 101101 |
Color Harmonies of #BA7329
Complementary color
Monochromatic Colors of #BA7329
Black with #BA7329
Text Example
Text Example
White with #BA7329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7329; }
p { color: rgb(186,115,41); }
H1.HeaderClassName
{
color: #BA7329;
}
.AnyTagClassName
{
color: #BA7329;
}
</style>
background-color css
<style>
a { background-color: #BA7329; }
a { background-color: rgb(186,115,41); }
div.DivClassName
{
background-color: #BA7329;
}
.BgClassName
{
background-color: #BA7329;
}
</style>
border-color css
<style>
span { border-color: #BA7329; }
span { border-color: rgb(186,115,41); }
td.TdClassName
{
border-color: #BA7329;
}
.TagClassName
{
border-color: #BA7329;
}
</style>