Shades of Pirate Gold #BA7125
Tints of Pirate Gold #BA7125
RGB
CMYK
RGB Variations
Color information
#BA7125 (or 0xBA7125) is known color: Pirate Gold. HEX triplet: BA, 71 and 25. RGB value is (186,113,37). Sum of RGB (Red+Green+Blue) = 186+113+37=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7125 is #458EDA. Grayscale: #7E7E7E. Windows color (decimal): -4558555 or 2453946. OLE color: 2453946.
HSL color Cylindrical-coordinate representation of color #BA7125: hue angle of 30.6º 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 #BA7125 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 37 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.27 |
| HSL | 30.6º | 0.67% | 0.44% | - |
| HSV(B) | 30.6º | 0.8% | 0.73% | - |
| XYZ | 26.49 | 22.38 | 4.67 | - |
| YUV | 126.16 | 77.68 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 37 | 0 | 0.39 | 0.80 | 0.27 | 30.6 | 0.67 | 0.44 |
| Hex | BA | 71 | 25 | 0 | 27 | 50 | 1B | 1F | 43 | 2C |
| Octal | 272 | 161 | 45 | 0 | 47 | 120 | 33 | 37 | 103 | 54 |
| Binary | 10111010 | 1110001 | 100101 | 0 | 100111 | 1010000 | 11011 | 11111 | 1000011 | 101100 |
Color Harmonies of #BA7125
Complementary color
Monochromatic Colors of #BA7125
Black with #BA7125
Text Example
Text Example
White with #BA7125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7125; }
p { color: rgb(186,113,37); }
H1.HeaderClassName
{
color: #BA7125;
}
.AnyTagClassName
{
color: #BA7125;
}
</style>
background-color css
<style>
a { background-color: #BA7125; }
a { background-color: rgb(186,113,37); }
div.DivClassName
{
background-color: #BA7125;
}
.BgClassName
{
background-color: #BA7125;
}
</style>
border-color css
<style>
span { border-color: #BA7125; }
span { border-color: rgb(186,113,37); }
td.TdClassName
{
border-color: #BA7125;
}
.TagClassName
{
border-color: #BA7125;
}
</style>