Shades of Pirate Gold #BA7F26
Tints of Pirate Gold #BA7F26
RGB
CMYK
RGB Variations
Color information
#BA7F26 (or 0xBA7F26) is known color: Pirate Gold. HEX triplet: BA, 7F and 26. RGB value is (186,127,38). Sum of RGB (Red+Green+Blue) = 186+127+38=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F26 is #4580D9. Grayscale: #868686. Windows color (decimal): -4554970 or 2523066. OLE color: 2523066.
HSL color Cylindrical-coordinate representation of color #BA7F26: hue angle of 36.08º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA7F26 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 38 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.27 |
| HSL | 36.08º | 0.66% | 0.44% | - |
| HSV(B) | 36.08º | 0.8% | 0.73% | - |
| XYZ | 28.19 | 25.76 | 5.32 | - |
| YUV | 134.5 | 73.55 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 38 | 0 | 0.32 | 0.80 | 0.27 | 36.08 | 0.66 | 0.44 |
| Hex | BA | 7F | 26 | 0 | 20 | 50 | 1B | 24 | 42 | 2C |
| Octal | 272 | 177 | 46 | 0 | 40 | 120 | 33 | 44 | 102 | 54 |
| Binary | 10111010 | 1111111 | 100110 | 0 | 100000 | 1010000 | 11011 | 100100 | 1000010 | 101100 |
Color Harmonies of #BA7F26
Complementary color
Monochromatic Colors of #BA7F26
Black with #BA7F26
Text Example
Text Example
White with #BA7F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F26; }
p { color: rgb(186,127,38); }
H1.HeaderClassName
{
color: #BA7F26;
}
.AnyTagClassName
{
color: #BA7F26;
}
</style>
background-color css
<style>
a { background-color: #BA7F26; }
a { background-color: rgb(186,127,38); }
div.DivClassName
{
background-color: #BA7F26;
}
.BgClassName
{
background-color: #BA7F26;
}
</style>
border-color css
<style>
span { border-color: #BA7F26; }
span { border-color: rgb(186,127,38); }
td.TdClassName
{
border-color: #BA7F26;
}
.TagClassName
{
border-color: #BA7F26;
}
</style>