Shades of Pirate Gold #BA801F
Tints of Pirate Gold #BA801F
RGB
CMYK
RGB Variations
Color information
#BA801F (or 0xBA801F) is known color: Pirate Gold. HEX triplet: BA, 80 and 1F. RGB value is (186,128,31). Sum of RGB (Red+Green+Blue) = 186+128+31=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA801F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA801F is #457FE0. Grayscale: #868686. Windows color (decimal): -4554721 or 2064570. OLE color: 2064570.
HSL color Cylindrical-coordinate representation of color #BA801F: hue angle of 37.55º 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 #BA801F is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 31 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.27 |
| HSL | 37.55º | 0.71% | 0.43% | - |
| HSV(B) | 37.55º | 0.83% | 0.73% | - |
| XYZ | 28.22 | 25.98 | 4.82 | - |
| YUV | 134.28 | 69.72 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 31 | 0 | 0.31 | 0.83 | 0.27 | 37.55 | 0.71 | 0.43 |
| Hex | BA | 80 | 1F | 0 | 1F | 53 | 1B | 26 | 47 | 2B |
| Octal | 272 | 200 | 37 | 0 | 37 | 123 | 33 | 46 | 107 | 53 |
| Binary | 10111010 | 10000000 | 11111 | 0 | 11111 | 1010011 | 11011 | 100110 | 1000111 | 101011 |
Color Harmonies of #BA801F
Complementary color
Monochromatic Colors of #BA801F
Black with #BA801F
Text Example
Text Example
White with #BA801F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA801F; }
p { color: rgb(186,128,31); }
H1.HeaderClassName
{
color: #BA801F;
}
.AnyTagClassName
{
color: #BA801F;
}
</style>
background-color css
<style>
a { background-color: #BA801F; }
a { background-color: rgb(186,128,31); }
div.DivClassName
{
background-color: #BA801F;
}
.BgClassName
{
background-color: #BA801F;
}
</style>
border-color css
<style>
span { border-color: #BA801F; }
span { border-color: rgb(186,128,31); }
td.TdClassName
{
border-color: #BA801F;
}
.TagClassName
{
border-color: #BA801F;
}
</style>