Shades of Pirate Gold #BA7620
Tints of Pirate Gold #BA7620
RGB
CMYK
RGB Variations
Color information
#BA7620 (or 0xBA7620) is known color: Pirate Gold. HEX triplet: BA, 76 and 20. RGB value is (186,118,32). Sum of RGB (Red+Green+Blue) = 186+118+32=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7620 is #4589DF. Grayscale: #808080. Windows color (decimal): -4557280 or 2127546. OLE color: 2127546.
HSL color Cylindrical-coordinate representation of color #BA7620: hue angle of 33.51º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA7620 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 32 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.27 |
| HSL | 33.51º | 0.71% | 0.43% | - |
| HSV(B) | 33.51º | 0.83% | 0.73% | - |
| XYZ | 26.99 | 23.5 | 4.48 | - |
| YUV | 128.53 | 73.53 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 32 | 0 | 0.37 | 0.83 | 0.27 | 33.51 | 0.71 | 0.43 |
| Hex | BA | 76 | 20 | 0 | 25 | 53 | 1B | 22 | 47 | 2B |
| Octal | 272 | 166 | 40 | 0 | 45 | 123 | 33 | 42 | 107 | 53 |
| Binary | 10111010 | 1110110 | 100000 | 0 | 100101 | 1010011 | 11011 | 100010 | 1000111 | 101011 |
Color Harmonies of #BA7620
Complementary color
Monochromatic Colors of #BA7620
Black with #BA7620
Text Example
Text Example
White with #BA7620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7620; }
p { color: rgb(186,118,32); }
H1.HeaderClassName
{
color: #BA7620;
}
.AnyTagClassName
{
color: #BA7620;
}
</style>
background-color css
<style>
a { background-color: #BA7620; }
a { background-color: rgb(186,118,32); }
div.DivClassName
{
background-color: #BA7620;
}
.BgClassName
{
background-color: #BA7620;
}
</style>
border-color css
<style>
span { border-color: #BA7620; }
span { border-color: rgb(186,118,32); }
td.TdClassName
{
border-color: #BA7620;
}
.TagClassName
{
border-color: #BA7620;
}
</style>