Shades of Pirate Gold #BA7322
Tints of Pirate Gold #BA7322
RGB
CMYK
RGB Variations
Color information
#BA7322 (or 0xBA7322) is known color: Pirate Gold. HEX triplet: BA, 73 and 22. RGB value is (186,115,34). Sum of RGB (Red+Green+Blue) = 186+115+34=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7322 is #458CDD. Grayscale: #7F7F7F. Windows color (decimal): -4558046 or 2257850. OLE color: 2257850.
HSL color Cylindrical-coordinate representation of color #BA7322: hue angle of 31.97º 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 #BA7322 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 34 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.27 |
| HSL | 31.97º | 0.69% | 0.43% | - |
| HSV(B) | 31.97º | 0.82% | 0.73% | - |
| XYZ | 26.67 | 22.82 | 4.51 | - |
| YUV | 127 | 75.52 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 34 | 0 | 0.38 | 0.82 | 0.27 | 31.97 | 0.69 | 0.43 |
| Hex | BA | 73 | 22 | 0 | 26 | 52 | 1B | 20 | 45 | 2B |
| Octal | 272 | 163 | 42 | 0 | 46 | 122 | 33 | 40 | 105 | 53 |
| Binary | 10111010 | 1110011 | 100010 | 0 | 100110 | 1010010 | 11011 | 100000 | 1000101 | 101011 |
Color Harmonies of #BA7322
Complementary color
Monochromatic Colors of #BA7322
Black with #BA7322
Text Example
Text Example
White with #BA7322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7322; }
p { color: rgb(186,115,34); }
H1.HeaderClassName
{
color: #BA7322;
}
.AnyTagClassName
{
color: #BA7322;
}
</style>
background-color css
<style>
a { background-color: #BA7322; }
a { background-color: rgb(186,115,34); }
div.DivClassName
{
background-color: #BA7322;
}
.BgClassName
{
background-color: #BA7322;
}
</style>
border-color css
<style>
span { border-color: #BA7322; }
span { border-color: rgb(186,115,34); }
td.TdClassName
{
border-color: #BA7322;
}
.TagClassName
{
border-color: #BA7322;
}
</style>