Shades of Pirate Gold #BA701D
Tints of Pirate Gold #BA701D
RGB
CMYK
RGB Variations
Color information
#BA701D (or 0xBA701D) is known color: Pirate Gold. HEX triplet: BA, 70 and 1D. RGB value is (186,112,29). Sum of RGB (Red+Green+Blue) = 186+112+29=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA701D is #458FE2. Grayscale: #7D7D7D. Windows color (decimal): -4558819 or 1929402. OLE color: 1929402.
HSL color Cylindrical-coordinate representation of color #BA701D: hue angle of 31.72º 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 #BA701D is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 29 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.27 |
| HSL | 31.72º | 0.73% | 0.42% | - |
| HSV(B) | 31.72º | 0.84% | 0.73% | - |
| XYZ | 26.27 | 22.12 | 4.05 | - |
| YUV | 124.66 | 74.02 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 29 | 0 | 0.40 | 0.84 | 0.27 | 31.72 | 0.73 | 0.42 |
| Hex | BA | 70 | 1D | 0 | 28 | 54 | 1B | 20 | 49 | 2A |
| Octal | 272 | 160 | 35 | 0 | 50 | 124 | 33 | 40 | 111 | 52 |
| Binary | 10111010 | 1110000 | 11101 | 0 | 101000 | 1010100 | 11011 | 100000 | 1001001 | 101010 |
Color Harmonies of #BA701D
Complementary color
Monochromatic Colors of #BA701D
Black with #BA701D
Text Example
Text Example
White with #BA701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA701D; }
p { color: rgb(186,112,29); }
H1.HeaderClassName
{
color: #BA701D;
}
.AnyTagClassName
{
color: #BA701D;
}
</style>
background-color css
<style>
a { background-color: #BA701D; }
a { background-color: rgb(186,112,29); }
div.DivClassName
{
background-color: #BA701D;
}
.BgClassName
{
background-color: #BA701D;
}
</style>
border-color css
<style>
span { border-color: #BA701D; }
span { border-color: rgb(186,112,29); }
td.TdClassName
{
border-color: #BA701D;
}
.TagClassName
{
border-color: #BA701D;
}
</style>