Shades of Pirate Gold #BA7321
Tints of Pirate Gold #BA7321
RGB
CMYK
RGB Variations
Color information
#BA7321 (or 0xBA7321) is known color: Pirate Gold. HEX triplet: BA, 73 and 21. RGB value is (186,115,33). Sum of RGB (Red+Green+Blue) = 186+115+33=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7321 is #458CDE. Grayscale: #7F7F7F. Windows color (decimal): -4558047 or 2192314. OLE color: 2192314.
HSL color Cylindrical-coordinate representation of color #BA7321: hue angle of 32.16º 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 #BA7321 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 33 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.27 |
| HSL | 32.16º | 0.7% | 0.43% | - |
| HSV(B) | 32.16º | 0.82% | 0.73% | - |
| XYZ | 26.65 | 22.81 | 4.44 | - |
| YUV | 126.88 | 75.02 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 33 | 0 | 0.38 | 0.82 | 0.27 | 32.16 | 0.7 | 0.43 |
| Hex | BA | 73 | 21 | 0 | 26 | 52 | 1B | 20 | 46 | 2B |
| Octal | 272 | 163 | 41 | 0 | 46 | 122 | 33 | 40 | 106 | 53 |
| Binary | 10111010 | 1110011 | 100001 | 0 | 100110 | 1010010 | 11011 | 100000 | 1000110 | 101011 |
Color Harmonies of #BA7321
Complementary color
Monochromatic Colors of #BA7321
Black with #BA7321
Text Example
Text Example
White with #BA7321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7321; }
p { color: rgb(186,115,33); }
H1.HeaderClassName
{
color: #BA7321;
}
.AnyTagClassName
{
color: #BA7321;
}
</style>
background-color css
<style>
a { background-color: #BA7321; }
a { background-color: rgb(186,115,33); }
div.DivClassName
{
background-color: #BA7321;
}
.BgClassName
{
background-color: #BA7321;
}
</style>
border-color css
<style>
span { border-color: #BA7321; }
span { border-color: rgb(186,115,33); }
td.TdClassName
{
border-color: #BA7321;
}
.TagClassName
{
border-color: #BA7321;
}
</style>