Shades of Pirate Gold #BA771A
Tints of Pirate Gold #BA771A
RGB
CMYK
RGB Variations
Color information
#BA771A (or 0xBA771A) is known color: Pirate Gold. HEX triplet: BA, 77 and 1A. RGB value is (186,119,26). Sum of RGB (Red+Green+Blue) = 186+119+26=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA771A is #4588E5. Grayscale: #808080. Windows color (decimal): -4557030 or 1734586. OLE color: 1734586.
HSL color Cylindrical-coordinate representation of color #BA771A: hue angle of 34.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA771A is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 26 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.27 |
| HSL | 34.88º | 0.75% | 0.42% | - |
| HSV(B) | 34.88º | 0.86% | 0.73% | - |
| XYZ | 27.03 | 23.71 | 4.13 | - |
| YUV | 128.43 | 70.2 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 26 | 0 | 0.36 | 0.86 | 0.27 | 34.88 | 0.75 | 0.42 |
| Hex | BA | 77 | 1A | 0 | 24 | 56 | 1B | 23 | 4B | 2A |
| Octal | 272 | 167 | 32 | 0 | 44 | 126 | 33 | 43 | 113 | 52 |
| Binary | 10111010 | 1110111 | 11010 | 0 | 100100 | 1010110 | 11011 | 100011 | 1001011 | 101010 |
Color Harmonies of #BA771A
Complementary color
Monochromatic Colors of #BA771A
Black with #BA771A
Text Example
Text Example
White with #BA771A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA771A; }
p { color: rgb(186,119,26); }
H1.HeaderClassName
{
color: #BA771A;
}
.AnyTagClassName
{
color: #BA771A;
}
</style>
background-color css
<style>
a { background-color: #BA771A; }
a { background-color: rgb(186,119,26); }
div.DivClassName
{
background-color: #BA771A;
}
.BgClassName
{
background-color: #BA771A;
}
</style>
border-color css
<style>
span { border-color: #BA771A; }
span { border-color: rgb(186,119,26); }
td.TdClassName
{
border-color: #BA771A;
}
.TagClassName
{
border-color: #BA771A;
}
</style>