Shades of Pirate Gold #BA7627
Tints of Pirate Gold #BA7627
RGB
CMYK
RGB Variations
Color information
#BA7627 (or 0xBA7627) is known color: Pirate Gold. HEX triplet: BA, 76 and 27. RGB value is (186,118,39). Sum of RGB (Red+Green+Blue) = 186+118+39=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7627 is #4589D8. Grayscale: #818181. Windows color (decimal): -4557273 or 2586298. OLE color: 2586298.
HSL color Cylindrical-coordinate representation of color #BA7627: hue angle of 32.24º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA7627 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 39 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.27 |
| HSL | 32.24º | 0.65% | 0.44% | - |
| HSV(B) | 32.24º | 0.79% | 0.73% | - |
| XYZ | 27.09 | 23.54 | 5.04 | - |
| YUV | 129.33 | 77.03 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 39 | 0 | 0.37 | 0.79 | 0.27 | 32.24 | 0.65 | 0.44 |
| Hex | BA | 76 | 27 | 0 | 25 | 4F | 1B | 20 | 41 | 2C |
| Octal | 272 | 166 | 47 | 0 | 45 | 117 | 33 | 40 | 101 | 54 |
| Binary | 10111010 | 1110110 | 100111 | 0 | 100101 | 1001111 | 11011 | 100000 | 1000001 | 101100 |
Color Harmonies of #BA7627
Complementary color
Monochromatic Colors of #BA7627
Black with #BA7627
Text Example
Text Example
White with #BA7627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7627; }
p { color: rgb(186,118,39); }
H1.HeaderClassName
{
color: #BA7627;
}
.AnyTagClassName
{
color: #BA7627;
}
</style>
background-color css
<style>
a { background-color: #BA7627; }
a { background-color: rgb(186,118,39); }
div.DivClassName
{
background-color: #BA7627;
}
.BgClassName
{
background-color: #BA7627;
}
</style>
border-color css
<style>
span { border-color: #BA7627; }
span { border-color: rgb(186,118,39); }
td.TdClassName
{
border-color: #BA7627;
}
.TagClassName
{
border-color: #BA7627;
}
</style>