Shades of Pirate Gold #BA8125
Tints of Pirate Gold #BA8125
RGB
CMYK
RGB Variations
Color information
#BA8125 (or 0xBA8125) is known color: Pirate Gold. HEX triplet: BA, 81 and 25. RGB value is (186,129,37). Sum of RGB (Red+Green+Blue) = 186+129+37=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8125 is #457EDA. Grayscale: #878787. Windows color (decimal): -4554459 or 2458042. OLE color: 2458042.
HSL color Cylindrical-coordinate representation of color #BA8125: hue angle of 37.05º degrees, saturation: 0.67, 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 #BA8125 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 37 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.27 |
| HSL | 37.05º | 0.67% | 0.44% | - |
| HSV(B) | 37.05º | 0.8% | 0.73% | - |
| XYZ | 28.43 | 26.27 | 5.32 | - |
| YUV | 135.56 | 72.38 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 37 | 0 | 0.31 | 0.80 | 0.27 | 37.05 | 0.67 | 0.44 |
| Hex | BA | 81 | 25 | 0 | 1F | 50 | 1B | 25 | 43 | 2C |
| Octal | 272 | 201 | 45 | 0 | 37 | 120 | 33 | 45 | 103 | 54 |
| Binary | 10111010 | 10000001 | 100101 | 0 | 11111 | 1010000 | 11011 | 100101 | 1000011 | 101100 |
Color Harmonies of #BA8125
Complementary color
Monochromatic Colors of #BA8125
Black with #BA8125
Text Example
Text Example
White with #BA8125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8125; }
p { color: rgb(186,129,37); }
H1.HeaderClassName
{
color: #BA8125;
}
.AnyTagClassName
{
color: #BA8125;
}
</style>
background-color css
<style>
a { background-color: #BA8125; }
a { background-color: rgb(186,129,37); }
div.DivClassName
{
background-color: #BA8125;
}
.BgClassName
{
background-color: #BA8125;
}
</style>
border-color css
<style>
span { border-color: #BA8125; }
span { border-color: rgb(186,129,37); }
td.TdClassName
{
border-color: #BA8125;
}
.TagClassName
{
border-color: #BA8125;
}
</style>