Shades of Pirate Gold #BA792F
Tints of Pirate Gold #BA792F
RGB
CMYK
RGB Variations
Color information
#BA792F (or 0xBA792F) is known color: Pirate Gold. HEX triplet: BA, 79 and 2F. RGB value is (186,121,47). Sum of RGB (Red+Green+Blue) = 186+121+47=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA792F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA792F is #4586D0. Grayscale: #848484. Windows color (decimal): -4556497 or 3111354. OLE color: 3111354.
HSL color Cylindrical-coordinate representation of color #BA792F: hue angle of 31.94º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA792F is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 121 | 47 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.27 |
| HSL | 31.94º | 0.6% | 0.46% | - |
| HSV(B) | 31.94º | 0.75% | 0.73% | - |
| XYZ | 27.6 | 24.32 | 5.93 | - |
| YUV | 132 | 80.03 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 47 | 0 | 0.35 | 0.75 | 0.27 | 31.94 | 0.6 | 0.46 |
| Hex | BA | 79 | 2F | 0 | 23 | 4B | 1B | 20 | 3C | 2E |
| Octal | 272 | 171 | 57 | 0 | 43 | 113 | 33 | 40 | 74 | 56 |
| Binary | 10111010 | 1111001 | 101111 | 0 | 100011 | 1001011 | 11011 | 100000 | 111100 | 101110 |
Color Harmonies of #BA792F
Complementary color
Monochromatic Colors of #BA792F
Black with #BA792F
Text Example
Text Example
White with #BA792F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA792F; }
p { color: rgb(186,121,47); }
H1.HeaderClassName
{
color: #BA792F;
}
.AnyTagClassName
{
color: #BA792F;
}
</style>
background-color css
<style>
a { background-color: #BA792F; }
a { background-color: rgb(186,121,47); }
div.DivClassName
{
background-color: #BA792F;
}
.BgClassName
{
background-color: #BA792F;
}
</style>
border-color css
<style>
span { border-color: #BA792F; }
span { border-color: rgb(186,121,47); }
td.TdClassName
{
border-color: #BA792F;
}
.TagClassName
{
border-color: #BA792F;
}
</style>