Shades of Pirate Gold #BA801E
Tints of Pirate Gold #BA801E
RGB
CMYK
RGB Variations
Color information
#BA801E (or 0xBA801E) is known color: Pirate Gold. HEX triplet: BA, 80 and 1E. RGB value is (186,128,30). Sum of RGB (Red+Green+Blue) = 186+128+30=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA801E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA801E is #457FE1. Grayscale: #868686. Windows color (decimal): -4554722 or 1999034. OLE color: 1999034.
HSL color Cylindrical-coordinate representation of color #BA801E: hue angle of 37.69º degrees, saturation: 0.72, 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 #BA801E is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 30 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.27 |
| HSL | 37.69º | 0.72% | 0.42% | - |
| HSV(B) | 37.69º | 0.84% | 0.73% | - |
| XYZ | 28.2 | 25.97 | 4.75 | - |
| YUV | 134.17 | 69.22 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 30 | 0 | 0.31 | 0.84 | 0.27 | 37.69 | 0.72 | 0.42 |
| Hex | BA | 80 | 1E | 0 | 1F | 54 | 1B | 26 | 48 | 2A |
| Octal | 272 | 200 | 36 | 0 | 37 | 124 | 33 | 46 | 110 | 52 |
| Binary | 10111010 | 10000000 | 11110 | 0 | 11111 | 1010100 | 11011 | 100110 | 1001000 | 101010 |
Color Harmonies of #BA801E
Complementary color
Monochromatic Colors of #BA801E
Black with #BA801E
Text Example
Text Example
White with #BA801E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA801E; }
p { color: rgb(186,128,30); }
H1.HeaderClassName
{
color: #BA801E;
}
.AnyTagClassName
{
color: #BA801E;
}
</style>
background-color css
<style>
a { background-color: #BA801E; }
a { background-color: rgb(186,128,30); }
div.DivClassName
{
background-color: #BA801E;
}
.BgClassName
{
background-color: #BA801E;
}
</style>
border-color css
<style>
span { border-color: #BA801E; }
span { border-color: rgb(186,128,30); }
td.TdClassName
{
border-color: #BA801E;
}
.TagClassName
{
border-color: #BA801E;
}
</style>