Shades of Pirate Gold #BA7724
Tints of Pirate Gold #BA7724
RGB
CMYK
RGB Variations
Color information
#BA7724 (or 0xBA7724) is known color: Pirate Gold. HEX triplet: BA, 77 and 24. RGB value is (186,119,36). Sum of RGB (Red+Green+Blue) = 186+119+36=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7724 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7724 is #4588DB. Grayscale: #818181. Windows color (decimal): -4557020 or 2389946. OLE color: 2389946.
HSL color Cylindrical-coordinate representation of color #BA7724: hue angle of 33.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA7724 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 36 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.27 |
| HSL | 33.2º | 0.68% | 0.44% | - |
| HSV(B) | 33.2º | 0.81% | 0.73% | - |
| XYZ | 27.16 | 23.76 | 4.82 | - |
| YUV | 129.57 | 75.2 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 36 | 0 | 0.36 | 0.81 | 0.27 | 33.2 | 0.68 | 0.44 |
| Hex | BA | 77 | 24 | 0 | 24 | 51 | 1B | 21 | 44 | 2C |
| Octal | 272 | 167 | 44 | 0 | 44 | 121 | 33 | 41 | 104 | 54 |
| Binary | 10111010 | 1110111 | 100100 | 0 | 100100 | 1010001 | 11011 | 100001 | 1000100 | 101100 |
Color Harmonies of #BA7724
Complementary color
Monochromatic Colors of #BA7724
Black with #BA7724
Text Example
Text Example
White with #BA7724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7724; }
p { color: rgb(186,119,36); }
H1.HeaderClassName
{
color: #BA7724;
}
.AnyTagClassName
{
color: #BA7724;
}
</style>
background-color css
<style>
a { background-color: #BA7724; }
a { background-color: rgb(186,119,36); }
div.DivClassName
{
background-color: #BA7724;
}
.BgClassName
{
background-color: #BA7724;
}
</style>
border-color css
<style>
span { border-color: #BA7724; }
span { border-color: rgb(186,119,36); }
td.TdClassName
{
border-color: #BA7724;
}
.TagClassName
{
border-color: #BA7724;
}
</style>