Shades of Pirate Gold #BA8322
Tints of Pirate Gold #BA8322
RGB
CMYK
RGB Variations
Color information
#BA8322 (or 0xBA8322) is known color: Pirate Gold. HEX triplet: BA, 83 and 22. RGB value is (186,131,34). Sum of RGB (Red+Green+Blue) = 186+131+34=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8322 is #457CDD. Grayscale: #888888. Windows color (decimal): -4553950 or 2261946. OLE color: 2261946.
HSL color Cylindrical-coordinate representation of color #BA8322: hue angle of 38.29º degrees, saturation: 0.69, 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 #BA8322 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 131 | 34 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.27 |
| HSL | 38.29º | 0.69% | 0.43% | - |
| HSV(B) | 38.29º | 0.82% | 0.73% | - |
| XYZ | 28.65 | 26.79 | 5.17 | - |
| YUV | 136.39 | 70.22 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 34 | 0 | 0.30 | 0.82 | 0.27 | 38.29 | 0.69 | 0.43 |
| Hex | BA | 83 | 22 | 0 | 1E | 52 | 1B | 26 | 45 | 2B |
| Octal | 272 | 203 | 42 | 0 | 36 | 122 | 33 | 46 | 105 | 53 |
| Binary | 10111010 | 10000011 | 100010 | 0 | 11110 | 1010010 | 11011 | 100110 | 1000101 | 101011 |
Color Harmonies of #BA8322
Complementary color
Monochromatic Colors of #BA8322
Black with #BA8322
Text Example
Text Example
White with #BA8322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8322; }
p { color: rgb(186,131,34); }
H1.HeaderClassName
{
color: #BA8322;
}
.AnyTagClassName
{
color: #BA8322;
}
</style>
background-color css
<style>
a { background-color: #BA8322; }
a { background-color: rgb(186,131,34); }
div.DivClassName
{
background-color: #BA8322;
}
.BgClassName
{
background-color: #BA8322;
}
</style>
border-color css
<style>
span { border-color: #BA8322; }
span { border-color: rgb(186,131,34); }
td.TdClassName
{
border-color: #BA8322;
}
.TagClassName
{
border-color: #BA8322;
}
</style>