Shades of Pirate Gold #BA7A1F
Tints of Pirate Gold #BA7A1F
RGB
CMYK
RGB Variations
Color information
#BA7A1F (or 0xBA7A1F) is known color: Pirate Gold. HEX triplet: BA, 7A and 1F. RGB value is (186,122,31). Sum of RGB (Red+Green+Blue) = 186+122+31=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A1F is #4585E0. Grayscale: #838383. Windows color (decimal): -4556257 or 2063034. OLE color: 2063034.
HSL color Cylindrical-coordinate representation of color #BA7A1F: hue angle of 35.23º 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 #BA7A1F is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 31 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.27 |
| HSL | 35.23º | 0.71% | 0.43% | - |
| HSV(B) | 35.23º | 0.83% | 0.73% | - |
| XYZ | 27.46 | 24.46 | 4.57 | - |
| YUV | 130.76 | 71.7 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 31 | 0 | 0.34 | 0.83 | 0.27 | 35.23 | 0.71 | 0.43 |
| Hex | BA | 7A | 1F | 0 | 22 | 53 | 1B | 23 | 47 | 2B |
| Octal | 272 | 172 | 37 | 0 | 42 | 123 | 33 | 43 | 107 | 53 |
| Binary | 10111010 | 1111010 | 11111 | 0 | 100010 | 1010011 | 11011 | 100011 | 1000111 | 101011 |
Color Harmonies of #BA7A1F
Complementary color
Monochromatic Colors of #BA7A1F
Black with #BA7A1F
Text Example
Text Example
White with #BA7A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A1F; }
p { color: rgb(186,122,31); }
H1.HeaderClassName
{
color: #BA7A1F;
}
.AnyTagClassName
{
color: #BA7A1F;
}
</style>
background-color css
<style>
a { background-color: #BA7A1F; }
a { background-color: rgb(186,122,31); }
div.DivClassName
{
background-color: #BA7A1F;
}
.BgClassName
{
background-color: #BA7A1F;
}
</style>
border-color css
<style>
span { border-color: #BA7A1F; }
span { border-color: rgb(186,122,31); }
td.TdClassName
{
border-color: #BA7A1F;
}
.TagClassName
{
border-color: #BA7A1F;
}
</style>