Shades of Pirate Gold #BA801D
Tints of Pirate Gold #BA801D
RGB
CMYK
RGB Variations
Color information
#BA801D (or 0xBA801D) is known color: Pirate Gold. HEX triplet: BA, 80 and 1D. RGB value is (186,128,29). Sum of RGB (Red+Green+Blue) = 186+128+29=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA801D is #457FE2. Grayscale: #868686. Windows color (decimal): -4554723 or 1933498. OLE color: 1933498.
HSL color Cylindrical-coordinate representation of color #BA801D: hue angle of 37.83º 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 #BA801D is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 29 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.27 |
| HSL | 37.83º | 0.73% | 0.42% | - |
| HSV(B) | 37.83º | 0.84% | 0.73% | - |
| XYZ | 28.19 | 25.97 | 4.69 | - |
| YUV | 134.06 | 68.72 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 29 | 0 | 0.31 | 0.84 | 0.27 | 37.83 | 0.73 | 0.42 |
| Hex | BA | 80 | 1D | 0 | 1F | 54 | 1B | 26 | 49 | 2A |
| Octal | 272 | 200 | 35 | 0 | 37 | 124 | 33 | 46 | 111 | 52 |
| Binary | 10111010 | 10000000 | 11101 | 0 | 11111 | 1010100 | 11011 | 100110 | 1001001 | 101010 |
Color Harmonies of #BA801D
Complementary color
Monochromatic Colors of #BA801D
Black with #BA801D
Text Example
Text Example
White with #BA801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA801D; }
p { color: rgb(186,128,29); }
H1.HeaderClassName
{
color: #BA801D;
}
.AnyTagClassName
{
color: #BA801D;
}
</style>
background-color css
<style>
a { background-color: #BA801D; }
a { background-color: rgb(186,128,29); }
div.DivClassName
{
background-color: #BA801D;
}
.BgClassName
{
background-color: #BA801D;
}
</style>
border-color css
<style>
span { border-color: #BA801D; }
span { border-color: rgb(186,128,29); }
td.TdClassName
{
border-color: #BA801D;
}
.TagClassName
{
border-color: #BA801D;
}
</style>