Shades of Pirate Gold #BA792B
Tints of Pirate Gold #BA792B
RGB
CMYK
RGB Variations
Color information
#BA792B (or 0xBA792B) is known color: Pirate Gold. HEX triplet: BA, 79 and 2B. RGB value is (186,121,43). Sum of RGB (Red+Green+Blue) = 186+121+43=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA792B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA792B is #4586D4. Grayscale: #838383. Windows color (decimal): -4556501 or 2849210. OLE color: 2849210.
HSL color Cylindrical-coordinate representation of color #BA792B: hue angle of 32.73º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA792B is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 121 | 43 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.27 |
| HSL | 32.73º | 0.62% | 0.45% | - |
| HSV(B) | 32.73º | 0.77% | 0.73% | - |
| XYZ | 27.52 | 24.29 | 5.52 | - |
| YUV | 131.54 | 78.03 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 43 | 0 | 0.35 | 0.77 | 0.27 | 32.73 | 0.62 | 0.45 |
| Hex | BA | 79 | 2B | 0 | 23 | 4D | 1B | 21 | 3E | 2D |
| Octal | 272 | 171 | 53 | 0 | 43 | 115 | 33 | 41 | 76 | 55 |
| Binary | 10111010 | 1111001 | 101011 | 0 | 100011 | 1001101 | 11011 | 100001 | 111110 | 101101 |
Color Harmonies of #BA792B
Complementary color
Monochromatic Colors of #BA792B
Black with #BA792B
Text Example
Text Example
White with #BA792B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA792B; }
p { color: rgb(186,121,43); }
H1.HeaderClassName
{
color: #BA792B;
}
.AnyTagClassName
{
color: #BA792B;
}
</style>
background-color css
<style>
a { background-color: #BA792B; }
a { background-color: rgb(186,121,43); }
div.DivClassName
{
background-color: #BA792B;
}
.BgClassName
{
background-color: #BA792B;
}
</style>
border-color css
<style>
span { border-color: #BA792B; }
span { border-color: rgb(186,121,43); }
td.TdClassName
{
border-color: #BA792B;
}
.TagClassName
{
border-color: #BA792B;
}
</style>