Shades of Pirate Gold #BA772B
Tints of Pirate Gold #BA772B
RGB
CMYK
RGB Variations
Color information
#BA772B (or 0xBA772B) is known color: Pirate Gold. HEX triplet: BA, 77 and 2B. RGB value is (186,119,43). Sum of RGB (Red+Green+Blue) = 186+119+43=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA772B is #4588D4. Grayscale: #828282. Windows color (decimal): -4557013 or 2848698. OLE color: 2848698.
HSL color Cylindrical-coordinate representation of color #BA772B: hue angle of 31.89º 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 #BA772B is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 43 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.27 |
| HSL | 31.89º | 0.62% | 0.45% | - |
| HSV(B) | 31.89º | 0.77% | 0.73% | - |
| XYZ | 27.28 | 23.81 | 5.44 | - |
| YUV | 130.37 | 78.7 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 43 | 0 | 0.36 | 0.77 | 0.27 | 31.89 | 0.62 | 0.45 |
| Hex | BA | 77 | 2B | 0 | 24 | 4D | 1B | 20 | 3E | 2D |
| Octal | 272 | 167 | 53 | 0 | 44 | 115 | 33 | 40 | 76 | 55 |
| Binary | 10111010 | 1110111 | 101011 | 0 | 100100 | 1001101 | 11011 | 100000 | 111110 | 101101 |
Color Harmonies of #BA772B
Complementary color
Monochromatic Colors of #BA772B
Black with #BA772B
Text Example
Text Example
White with #BA772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA772B; }
p { color: rgb(186,119,43); }
H1.HeaderClassName
{
color: #BA772B;
}
.AnyTagClassName
{
color: #BA772B;
}
</style>
background-color css
<style>
a { background-color: #BA772B; }
a { background-color: rgb(186,119,43); }
div.DivClassName
{
background-color: #BA772B;
}
.BgClassName
{
background-color: #BA772B;
}
</style>
border-color css
<style>
span { border-color: #BA772B; }
span { border-color: rgb(186,119,43); }
td.TdClassName
{
border-color: #BA772B;
}
.TagClassName
{
border-color: #BA772B;
}
</style>