Shades of Pirate Gold #BA7F1C
Tints of Pirate Gold #BA7F1C
RGB
CMYK
RGB Variations
Color information
#BA7F1C (or 0xBA7F1C) is known color: Pirate Gold. HEX triplet: BA, 7F and 1C. RGB value is (186,127,28). Sum of RGB (Red+Green+Blue) = 186+127+28=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F1C is #4580E3. Grayscale: #858585. Windows color (decimal): -4554980 or 1867706. OLE color: 1867706.
HSL color Cylindrical-coordinate representation of color #BA7F1C: hue angle of 37.59º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA7F1C is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 28 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.27 |
| HSL | 37.59º | 0.74% | 0.42% | - |
| HSV(B) | 37.59º | 0.85% | 0.73% | - |
| XYZ | 28.05 | 25.7 | 4.58 | - |
| YUV | 133.36 | 68.55 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 28 | 0 | 0.32 | 0.85 | 0.27 | 37.59 | 0.74 | 0.42 |
| Hex | BA | 7F | 1C | 0 | 20 | 55 | 1B | 26 | 4A | 2A |
| Octal | 272 | 177 | 34 | 0 | 40 | 125 | 33 | 46 | 112 | 52 |
| Binary | 10111010 | 1111111 | 11100 | 0 | 100000 | 1010101 | 11011 | 100110 | 1001010 | 101010 |
Color Harmonies of #BA7F1C
Complementary color
Monochromatic Colors of #BA7F1C
Black with #BA7F1C
Text Example
Text Example
White with #BA7F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F1C; }
p { color: rgb(186,127,28); }
H1.HeaderClassName
{
color: #BA7F1C;
}
.AnyTagClassName
{
color: #BA7F1C;
}
</style>
background-color css
<style>
a { background-color: #BA7F1C; }
a { background-color: rgb(186,127,28); }
div.DivClassName
{
background-color: #BA7F1C;
}
.BgClassName
{
background-color: #BA7F1C;
}
</style>
border-color css
<style>
span { border-color: #BA7F1C; }
span { border-color: rgb(186,127,28); }
td.TdClassName
{
border-color: #BA7F1C;
}
.TagClassName
{
border-color: #BA7F1C;
}
</style>