Shades of Pirate Gold #BA701F
Tints of Pirate Gold #BA701F
RGB
CMYK
RGB Variations
Color information
#BA701F (or 0xBA701F) is known color: Pirate Gold. HEX triplet: BA, 70 and 1F. RGB value is (186,112,31). Sum of RGB (Red+Green+Blue) = 186+112+31=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA701F is #458FE0. Grayscale: #7D7D7D. Windows color (decimal): -4558817 or 2060474. OLE color: 2060474.
HSL color Cylindrical-coordinate representation of color #BA701F: hue angle of 31.35º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA701F is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 31 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.27 |
| HSL | 31.35º | 0.71% | 0.43% | - |
| HSV(B) | 31.35º | 0.83% | 0.73% | - |
| XYZ | 26.29 | 22.13 | 4.18 | - |
| YUV | 124.89 | 75.02 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 31 | 0 | 0.40 | 0.83 | 0.27 | 31.35 | 0.71 | 0.43 |
| Hex | BA | 70 | 1F | 0 | 28 | 53 | 1B | 1F | 47 | 2B |
| Octal | 272 | 160 | 37 | 0 | 50 | 123 | 33 | 37 | 107 | 53 |
| Binary | 10111010 | 1110000 | 11111 | 0 | 101000 | 1010011 | 11011 | 11111 | 1000111 | 101011 |
Color Harmonies of #BA701F
Complementary color
Monochromatic Colors of #BA701F
Black with #BA701F
Text Example
Text Example
White with #BA701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA701F; }
p { color: rgb(186,112,31); }
H1.HeaderClassName
{
color: #BA701F;
}
.AnyTagClassName
{
color: #BA701F;
}
</style>
background-color css
<style>
a { background-color: #BA701F; }
a { background-color: rgb(186,112,31); }
div.DivClassName
{
background-color: #BA701F;
}
.BgClassName
{
background-color: #BA701F;
}
</style>
border-color css
<style>
span { border-color: #BA701F; }
span { border-color: rgb(186,112,31); }
td.TdClassName
{
border-color: #BA701F;
}
.TagClassName
{
border-color: #BA701F;
}
</style>