Shades of Pirate Gold #BA7316
Tints of Pirate Gold #BA7316
RGB
CMYK
RGB Variations
Color information
#BA7316 (or 0xBA7316) is known color: Pirate Gold. HEX triplet: BA, 73 and 16. RGB value is (186,115,22). Sum of RGB (Red+Green+Blue) = 186+115+22=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7316 is #458CE9. Grayscale: #7E7E7E. Windows color (decimal): -4558058 or 1471418. OLE color: 1471418.
HSL color Cylindrical-coordinate representation of color #BA7316: hue angle of 34.02º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA7316 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 22 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.27 |
| HSL | 34.02º | 0.79% | 0.41% | - |
| HSV(B) | 34.02º | 0.88% | 0.73% | - |
| XYZ | 26.53 | 22.76 | 3.75 | - |
| YUV | 125.63 | 69.52 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 22 | 0 | 0.38 | 0.88 | 0.27 | 34.02 | 0.79 | 0.41 |
| Hex | BA | 73 | 16 | 0 | 26 | 58 | 1B | 22 | 4F | 29 |
| Octal | 272 | 163 | 26 | 0 | 46 | 130 | 33 | 42 | 117 | 51 |
| Binary | 10111010 | 1110011 | 10110 | 0 | 100110 | 1011000 | 11011 | 100010 | 1001111 | 101001 |
Color Harmonies of #BA7316
Complementary color
Monochromatic Colors of #BA7316
Black with #BA7316
Text Example
Text Example
White with #BA7316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7316; }
p { color: rgb(186,115,22); }
H1.HeaderClassName
{
color: #BA7316;
}
.AnyTagClassName
{
color: #BA7316;
}
</style>
background-color css
<style>
a { background-color: #BA7316; }
a { background-color: rgb(186,115,22); }
div.DivClassName
{
background-color: #BA7316;
}
.BgClassName
{
background-color: #BA7316;
}
</style>
border-color css
<style>
span { border-color: #BA7316; }
span { border-color: rgb(186,115,22); }
td.TdClassName
{
border-color: #BA7316;
}
.TagClassName
{
border-color: #BA7316;
}
</style>