Shades of Pirate Gold #BA7821
Tints of Pirate Gold #BA7821
RGB
CMYK
RGB Variations
Color information
#BA7821 (or 0xBA7821) is known color: Pirate Gold. HEX triplet: BA, 78 and 21. RGB value is (186,120,33). Sum of RGB (Red+Green+Blue) = 186+120+33=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7821 is #4587DE. Grayscale: #828282. Windows color (decimal): -4556767 or 2193594. OLE color: 2193594.
HSL color Cylindrical-coordinate representation of color #BA7821: hue angle of 34.12º 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 #BA7821 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 33 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.27 |
| HSL | 34.12º | 0.7% | 0.43% | - |
| HSV(B) | 34.12º | 0.82% | 0.73% | - |
| XYZ | 27.24 | 23.98 | 4.63 | - |
| YUV | 129.82 | 73.37 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 33 | 0 | 0.35 | 0.82 | 0.27 | 34.12 | 0.7 | 0.43 |
| Hex | BA | 78 | 21 | 0 | 23 | 52 | 1B | 22 | 46 | 2B |
| Octal | 272 | 170 | 41 | 0 | 43 | 122 | 33 | 42 | 106 | 53 |
| Binary | 10111010 | 1111000 | 100001 | 0 | 100011 | 1010010 | 11011 | 100010 | 1000110 | 101011 |
Color Harmonies of #BA7821
Complementary color
Monochromatic Colors of #BA7821
Black with #BA7821
Text Example
Text Example
White with #BA7821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7821; }
p { color: rgb(186,120,33); }
H1.HeaderClassName
{
color: #BA7821;
}
.AnyTagClassName
{
color: #BA7821;
}
</style>
background-color css
<style>
a { background-color: #BA7821; }
a { background-color: rgb(186,120,33); }
div.DivClassName
{
background-color: #BA7821;
}
.BgClassName
{
background-color: #BA7821;
}
</style>
border-color css
<style>
span { border-color: #BA7821; }
span { border-color: rgb(186,120,33); }
td.TdClassName
{
border-color: #BA7821;
}
.TagClassName
{
border-color: #BA7821;
}
</style>