Shades of Pirate Gold #BA7425
Tints of Pirate Gold #BA7425
RGB
CMYK
RGB Variations
Color information
#BA7425 (or 0xBA7425) is known color: Pirate Gold. HEX triplet: BA, 74 and 25. RGB value is (186,116,37). Sum of RGB (Red+Green+Blue) = 186+116+37=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7425 is #458BDA. Grayscale: #808080. Windows color (decimal): -4557787 or 2454714. OLE color: 2454714.
HSL color Cylindrical-coordinate representation of color #BA7425: hue angle of 31.81º 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 #BA7425 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 37 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.27 |
| HSL | 31.81º | 0.67% | 0.44% | - |
| HSV(B) | 31.81º | 0.8% | 0.73% | - |
| XYZ | 26.83 | 23.06 | 4.79 | - |
| YUV | 127.92 | 76.69 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 37 | 0 | 0.38 | 0.80 | 0.27 | 31.81 | 0.67 | 0.44 |
| Hex | BA | 74 | 25 | 0 | 26 | 50 | 1B | 20 | 43 | 2C |
| Octal | 272 | 164 | 45 | 0 | 46 | 120 | 33 | 40 | 103 | 54 |
| Binary | 10111010 | 1110100 | 100101 | 0 | 100110 | 1010000 | 11011 | 100000 | 1000011 | 101100 |
Color Harmonies of #BA7425
Complementary color
Monochromatic Colors of #BA7425
Black with #BA7425
Text Example
Text Example
White with #BA7425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7425; }
p { color: rgb(186,116,37); }
H1.HeaderClassName
{
color: #BA7425;
}
.AnyTagClassName
{
color: #BA7425;
}
</style>
background-color css
<style>
a { background-color: #BA7425; }
a { background-color: rgb(186,116,37); }
div.DivClassName
{
background-color: #BA7425;
}
.BgClassName
{
background-color: #BA7425;
}
</style>
border-color css
<style>
span { border-color: #BA7425; }
span { border-color: rgb(186,116,37); }
td.TdClassName
{
border-color: #BA7425;
}
.TagClassName
{
border-color: #BA7425;
}
</style>