Shades of Pirate Gold #BA7F1F
Tints of Pirate Gold #BA7F1F
RGB
CMYK
RGB Variations
Color information
#BA7F1F (or 0xBA7F1F) is known color: Pirate Gold. HEX triplet: BA, 7F and 1F. RGB value is (186,127,31). Sum of RGB (Red+Green+Blue) = 186+127+31=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F1F is #4580E0. Grayscale: #868686. Windows color (decimal): -4554977 or 2064314. OLE color: 2064314.
HSL color Cylindrical-coordinate representation of color #BA7F1F: hue angle of 37.16º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA7F1F is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 31 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.27 |
| HSL | 37.16º | 0.71% | 0.43% | - |
| HSV(B) | 37.16º | 0.83% | 0.73% | - |
| XYZ | 28.09 | 25.72 | 4.78 | - |
| YUV | 133.7 | 70.05 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 31 | 0 | 0.32 | 0.83 | 0.27 | 37.16 | 0.71 | 0.43 |
| Hex | BA | 7F | 1F | 0 | 20 | 53 | 1B | 25 | 47 | 2B |
| Octal | 272 | 177 | 37 | 0 | 40 | 123 | 33 | 45 | 107 | 53 |
| Binary | 10111010 | 1111111 | 11111 | 0 | 100000 | 1010011 | 11011 | 100101 | 1000111 | 101011 |
Color Harmonies of #BA7F1F
Complementary color
Monochromatic Colors of #BA7F1F
Black with #BA7F1F
Text Example
Text Example
White with #BA7F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F1F; }
p { color: rgb(186,127,31); }
H1.HeaderClassName
{
color: #BA7F1F;
}
.AnyTagClassName
{
color: #BA7F1F;
}
</style>
background-color css
<style>
a { background-color: #BA7F1F; }
a { background-color: rgb(186,127,31); }
div.DivClassName
{
background-color: #BA7F1F;
}
.BgClassName
{
background-color: #BA7F1F;
}
</style>
border-color css
<style>
span { border-color: #BA7F1F; }
span { border-color: rgb(186,127,31); }
td.TdClassName
{
border-color: #BA7F1F;
}
.TagClassName
{
border-color: #BA7F1F;
}
</style>