Shades of Pirate Gold #BA7A1A
Tints of Pirate Gold #BA7A1A
RGB
CMYK
RGB Variations
Color information
#BA7A1A (or 0xBA7A1A) is known color: Pirate Gold. HEX triplet: BA, 7A and 1A. RGB value is (186,122,26). Sum of RGB (Red+Green+Blue) = 186+122+26=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A1A is #4585E5. Grayscale: #828282. Windows color (decimal): -4556262 or 1735354. OLE color: 1735354.
HSL color Cylindrical-coordinate representation of color #BA7A1A: hue angle of 36º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA7A1A is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 26 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.27 |
| HSL | 36º | 0.75% | 0.42% | - |
| HSV(B) | 36º | 0.86% | 0.73% | - |
| XYZ | 27.4 | 24.43 | 4.25 | - |
| YUV | 130.19 | 69.2 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 26 | 0 | 0.34 | 0.86 | 0.27 | 36 | 0.75 | 0.42 |
| Hex | BA | 7A | 1A | 0 | 22 | 56 | 1B | 24 | 4B | 2A |
| Octal | 272 | 172 | 32 | 0 | 42 | 126 | 33 | 44 | 113 | 52 |
| Binary | 10111010 | 1111010 | 11010 | 0 | 100010 | 1010110 | 11011 | 100100 | 1001011 | 101010 |
Color Harmonies of #BA7A1A
Complementary color
Monochromatic Colors of #BA7A1A
Black with #BA7A1A
Text Example
Text Example
White with #BA7A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A1A; }
p { color: rgb(186,122,26); }
H1.HeaderClassName
{
color: #BA7A1A;
}
.AnyTagClassName
{
color: #BA7A1A;
}
</style>
background-color css
<style>
a { background-color: #BA7A1A; }
a { background-color: rgb(186,122,26); }
div.DivClassName
{
background-color: #BA7A1A;
}
.BgClassName
{
background-color: #BA7A1A;
}
</style>
border-color css
<style>
span { border-color: #BA7A1A; }
span { border-color: rgb(186,122,26); }
td.TdClassName
{
border-color: #BA7A1A;
}
.TagClassName
{
border-color: #BA7A1A;
}
</style>