Shades of Pirate Gold #BA6D1A
Tints of Pirate Gold #BA6D1A
RGB
CMYK
RGB Variations
Color information
#BA6D1A (or 0xBA6D1A) is known color: Pirate Gold. HEX triplet: BA, 6D and 1A. RGB value is (186,109,26). Sum of RGB (Red+Green+Blue) = 186+109+26=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D1A is #4592E5. Grayscale: #7A7A7A. Windows color (decimal): -4559590 or 1732026. OLE color: 1732026.
HSL color Cylindrical-coordinate representation of color #BA6D1A: hue angle of 31.12º 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 #BA6D1A is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 26 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.27 |
| HSL | 31.13º | 0.75% | 0.42% | - |
| HSV(B) | 31.13º | 0.86% | 0.73% | - |
| XYZ | 25.9 | 21.45 | 3.75 | - |
| YUV | 122.56 | 73.51 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 26 | 0 | 0.41 | 0.86 | 0.27 | 31.13 | 0.75 | 0.42 |
| Hex | BA | 6D | 1A | 0 | 29 | 56 | 1B | 1F | 4B | 2A |
| Octal | 272 | 155 | 32 | 0 | 51 | 126 | 33 | 37 | 113 | 52 |
| Binary | 10111010 | 1101101 | 11010 | 0 | 101001 | 1010110 | 11011 | 11111 | 1001011 | 101010 |
Color Harmonies of #BA6D1A
Complementary color
Monochromatic Colors of #BA6D1A
Black with #BA6D1A
Text Example
Text Example
White with #BA6D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D1A; }
p { color: rgb(186,109,26); }
H1.HeaderClassName
{
color: #BA6D1A;
}
.AnyTagClassName
{
color: #BA6D1A;
}
</style>
background-color css
<style>
a { background-color: #BA6D1A; }
a { background-color: rgb(186,109,26); }
div.DivClassName
{
background-color: #BA6D1A;
}
.BgClassName
{
background-color: #BA6D1A;
}
</style>
border-color css
<style>
span { border-color: #BA6D1A; }
span { border-color: rgb(186,109,26); }
td.TdClassName
{
border-color: #BA6D1A;
}
.TagClassName
{
border-color: #BA6D1A;
}
</style>