Shades of Pirate Gold #BA7313
Tints of Pirate Gold #BA7313
RGB
CMYK
RGB Variations
Color information
#BA7313 (or 0xBA7313) is known color: Pirate Gold. HEX triplet: BA, 73 and 13. RGB value is (186,115,19). Sum of RGB (Red+Green+Blue) = 186+115+19=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7313 is #458CEC. Grayscale: #7D7D7D. Windows color (decimal): -4558061 or 1274810. OLE color: 1274810.
HSL color Cylindrical-coordinate representation of color #BA7313: hue angle of 34.49º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA7313 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 19 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.27 |
| HSL | 34.49º | 0.81% | 0.4% | - |
| HSV(B) | 34.49º | 0.9% | 0.73% | - |
| XYZ | 26.5 | 22.75 | 3.61 | - |
| YUV | 125.29 | 68.02 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 19 | 0 | 0.38 | 0.90 | 0.27 | 34.49 | 0.81 | 0.4 |
| Hex | BA | 73 | 13 | 0 | 26 | 5A | 1B | 22 | 51 | 28 |
| Octal | 272 | 163 | 23 | 0 | 46 | 132 | 33 | 42 | 121 | 50 |
| Binary | 10111010 | 1110011 | 10011 | 0 | 100110 | 1011010 | 11011 | 100010 | 1010001 | 101000 |
Color Harmonies of #BA7313
Complementary color
Monochromatic Colors of #BA7313
Black with #BA7313
Text Example
Text Example
White with #BA7313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7313; }
p { color: rgb(186,115,19); }
H1.HeaderClassName
{
color: #BA7313;
}
.AnyTagClassName
{
color: #BA7313;
}
</style>
background-color css
<style>
a { background-color: #BA7313; }
a { background-color: rgb(186,115,19); }
div.DivClassName
{
background-color: #BA7313;
}
.BgClassName
{
background-color: #BA7313;
}
</style>
border-color css
<style>
span { border-color: #BA7313; }
span { border-color: rgb(186,115,19); }
td.TdClassName
{
border-color: #BA7313;
}
.TagClassName
{
border-color: #BA7313;
}
</style>