Shades of Pirate Gold #BA731D
Tints of Pirate Gold #BA731D
RGB
CMYK
RGB Variations
Color information
#BA731D (or 0xBA731D) is known color: Pirate Gold. HEX triplet: BA, 73 and 1D. RGB value is (186,115,29). Sum of RGB (Red+Green+Blue) = 186+115+29=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA731D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA731D is #458CE2. Grayscale: #7E7E7E. Windows color (decimal): -4558051 or 1930170. OLE color: 1930170.
HSL color Cylindrical-coordinate representation of color #BA731D: hue angle of 32.87º 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 #BA731D is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 29 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.27 |
| HSL | 32.87º | 0.73% | 0.42% | - |
| HSV(B) | 32.87º | 0.84% | 0.73% | - |
| XYZ | 26.6 | 22.79 | 4.16 | - |
| YUV | 126.43 | 73.02 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 29 | 0 | 0.38 | 0.84 | 0.27 | 32.87 | 0.73 | 0.42 |
| Hex | BA | 73 | 1D | 0 | 26 | 54 | 1B | 21 | 49 | 2A |
| Octal | 272 | 163 | 35 | 0 | 46 | 124 | 33 | 41 | 111 | 52 |
| Binary | 10111010 | 1110011 | 11101 | 0 | 100110 | 1010100 | 11011 | 100001 | 1001001 | 101010 |
Color Harmonies of #BA731D
Complementary color
Monochromatic Colors of #BA731D
Black with #BA731D
Text Example
Text Example
White with #BA731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA731D; }
p { color: rgb(186,115,29); }
H1.HeaderClassName
{
color: #BA731D;
}
.AnyTagClassName
{
color: #BA731D;
}
</style>
background-color css
<style>
a { background-color: #BA731D; }
a { background-color: rgb(186,115,29); }
div.DivClassName
{
background-color: #BA731D;
}
.BgClassName
{
background-color: #BA731D;
}
</style>
border-color css
<style>
span { border-color: #BA731D; }
span { border-color: rgb(186,115,29); }
td.TdClassName
{
border-color: #BA731D;
}
.TagClassName
{
border-color: #BA731D;
}
</style>