Shades of Pirate Gold #BA7D1A
Tints of Pirate Gold #BA7D1A
RGB
CMYK
RGB Variations
Color information
#BA7D1A (or 0xBA7D1A) is known color: Pirate Gold. HEX triplet: BA, 7D and 1A. RGB value is (186,125,26). Sum of RGB (Red+Green+Blue) = 186+125+26=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D1A is #4582E5. Grayscale: #848484. Windows color (decimal): -4555494 or 1736122. OLE color: 1736122.
HSL color Cylindrical-coordinate representation of color #BA7D1A: hue angle of 37.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA7D1A is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 26 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.27 |
| HSL | 37.13º | 0.75% | 0.42% | - |
| HSV(B) | 37.13º | 0.86% | 0.73% | - |
| XYZ | 27.77 | 25.18 | 4.37 | - |
| YUV | 131.95 | 68.21 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 26 | 0 | 0.33 | 0.86 | 0.27 | 37.13 | 0.75 | 0.42 |
| Hex | BA | 7D | 1A | 0 | 21 | 56 | 1B | 25 | 4B | 2A |
| Octal | 272 | 175 | 32 | 0 | 41 | 126 | 33 | 45 | 113 | 52 |
| Binary | 10111010 | 1111101 | 11010 | 0 | 100001 | 1010110 | 11011 | 100101 | 1001011 | 101010 |
Color Harmonies of #BA7D1A
Complementary color
Monochromatic Colors of #BA7D1A
Black with #BA7D1A
Text Example
Text Example
White with #BA7D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D1A; }
p { color: rgb(186,125,26); }
H1.HeaderClassName
{
color: #BA7D1A;
}
.AnyTagClassName
{
color: #BA7D1A;
}
</style>
background-color css
<style>
a { background-color: #BA7D1A; }
a { background-color: rgb(186,125,26); }
div.DivClassName
{
background-color: #BA7D1A;
}
.BgClassName
{
background-color: #BA7D1A;
}
</style>
border-color css
<style>
span { border-color: #BA7D1A; }
span { border-color: rgb(186,125,26); }
td.TdClassName
{
border-color: #BA7D1A;
}
.TagClassName
{
border-color: #BA7D1A;
}
</style>