Shades of Pirate Gold #BA7621
Tints of Pirate Gold #BA7621
RGB
CMYK
RGB Variations
Color information
#BA7621 (or 0xBA7621) is known color: Pirate Gold. HEX triplet: BA, 76 and 21. RGB value is (186,118,33). Sum of RGB (Red+Green+Blue) = 186+118+33=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7621 is #4589DE. Grayscale: #818181. Windows color (decimal): -4557279 or 2193082. OLE color: 2193082.
HSL color Cylindrical-coordinate representation of color #BA7621: hue angle of 33.33º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA7621 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 33 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.27 |
| HSL | 33.33º | 0.7% | 0.43% | - |
| HSV(B) | 33.33º | 0.82% | 0.73% | - |
| XYZ | 27 | 23.51 | 4.55 | - |
| YUV | 128.64 | 74.03 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 33 | 0 | 0.37 | 0.82 | 0.27 | 33.33 | 0.7 | 0.43 |
| Hex | BA | 76 | 21 | 0 | 25 | 52 | 1B | 21 | 46 | 2B |
| Octal | 272 | 166 | 41 | 0 | 45 | 122 | 33 | 41 | 106 | 53 |
| Binary | 10111010 | 1110110 | 100001 | 0 | 100101 | 1010010 | 11011 | 100001 | 1000110 | 101011 |
Color Harmonies of #BA7621
Complementary color
Monochromatic Colors of #BA7621
Black with #BA7621
Text Example
Text Example
White with #BA7621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7621; }
p { color: rgb(186,118,33); }
H1.HeaderClassName
{
color: #BA7621;
}
.AnyTagClassName
{
color: #BA7621;
}
</style>
background-color css
<style>
a { background-color: #BA7621; }
a { background-color: rgb(186,118,33); }
div.DivClassName
{
background-color: #BA7621;
}
.BgClassName
{
background-color: #BA7621;
}
</style>
border-color css
<style>
span { border-color: #BA7621; }
span { border-color: rgb(186,118,33); }
td.TdClassName
{
border-color: #BA7621;
}
.TagClassName
{
border-color: #BA7621;
}
</style>