Shades of Pirate Gold #BA7D1D
Tints of Pirate Gold #BA7D1D
RGB
CMYK
RGB Variations
Color information
#BA7D1D (or 0xBA7D1D) is known color: Pirate Gold. HEX triplet: BA, 7D and 1D. RGB value is (186,125,29). Sum of RGB (Red+Green+Blue) = 186+125+29=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D1D is #4582E2. Grayscale: #848484. Windows color (decimal): -4555491 or 1932730. OLE color: 1932730.
HSL color Cylindrical-coordinate representation of color #BA7D1D: hue angle of 36.69º 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 #BA7D1D is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 29 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.27 |
| HSL | 36.69º | 0.73% | 0.42% | - |
| HSV(B) | 36.69º | 0.84% | 0.73% | - |
| XYZ | 27.81 | 25.2 | 4.56 | - |
| YUV | 132.3 | 69.71 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 29 | 0 | 0.33 | 0.84 | 0.27 | 36.69 | 0.73 | 0.42 |
| Hex | BA | 7D | 1D | 0 | 21 | 54 | 1B | 25 | 49 | 2A |
| Octal | 272 | 175 | 35 | 0 | 41 | 124 | 33 | 45 | 111 | 52 |
| Binary | 10111010 | 1111101 | 11101 | 0 | 100001 | 1010100 | 11011 | 100101 | 1001001 | 101010 |
Color Harmonies of #BA7D1D
Complementary color
Monochromatic Colors of #BA7D1D
Black with #BA7D1D
Text Example
Text Example
White with #BA7D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D1D; }
p { color: rgb(186,125,29); }
H1.HeaderClassName
{
color: #BA7D1D;
}
.AnyTagClassName
{
color: #BA7D1D;
}
</style>
background-color css
<style>
a { background-color: #BA7D1D; }
a { background-color: rgb(186,125,29); }
div.DivClassName
{
background-color: #BA7D1D;
}
.BgClassName
{
background-color: #BA7D1D;
}
</style>
border-color css
<style>
span { border-color: #BA7D1D; }
span { border-color: rgb(186,125,29); }
td.TdClassName
{
border-color: #BA7D1D;
}
.TagClassName
{
border-color: #BA7D1D;
}
</style>