Shades of Pirate Gold #BA6F12
Tints of Pirate Gold #BA6F12
RGB
CMYK
RGB Variations
Color information
#BA6F12 (or 0xBA6F12) is known color: Pirate Gold. HEX triplet: BA, 6F and 12. RGB value is (186,111,18). Sum of RGB (Red+Green+Blue) = 186+111+18=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA6F12 is #4590ED. Grayscale: #7B7B7B. Windows color (decimal): -4559086 or 1208250. OLE color: 1208250.
HSL color Cylindrical-coordinate representation of color #BA6F12: hue angle of 33.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA6F12 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 111 | 18 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.27 |
| HSL | 33.21º | 0.82% | 0.4% | - |
| HSV(B) | 33.21º | 0.9% | 0.73% | - |
| XYZ | 26.04 | 21.85 | 3.42 | - |
| YUV | 122.82 | 68.85 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 18 | 0 | 0.40 | 0.90 | 0.27 | 33.21 | 0.82 | 0.4 |
| Hex | BA | 6F | 12 | 0 | 28 | 5A | 1B | 21 | 52 | 28 |
| Octal | 272 | 157 | 22 | 0 | 50 | 132 | 33 | 41 | 122 | 50 |
| Binary | 10111010 | 1101111 | 10010 | 0 | 101000 | 1011010 | 11011 | 100001 | 1010010 | 101000 |
Color Harmonies of #BA6F12
Complementary color
Monochromatic Colors of #BA6F12
Black with #BA6F12
Text Example
Text Example
White with #BA6F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6F12; }
p { color: rgb(186,111,18); }
H1.HeaderClassName
{
color: #BA6F12;
}
.AnyTagClassName
{
color: #BA6F12;
}
</style>
background-color css
<style>
a { background-color: #BA6F12; }
a { background-color: rgb(186,111,18); }
div.DivClassName
{
background-color: #BA6F12;
}
.BgClassName
{
background-color: #BA6F12;
}
</style>
border-color css
<style>
span { border-color: #BA6F12; }
span { border-color: rgb(186,111,18); }
td.TdClassName
{
border-color: #BA6F12;
}
.TagClassName
{
border-color: #BA6F12;
}
</style>