Shades of Pirate Gold #BA772A
Tints of Pirate Gold #BA772A
RGB
CMYK
RGB Variations
Color information
#BA772A (or 0xBA772A) is known color: Pirate Gold. HEX triplet: BA, 77 and 2A. RGB value is (186,119,42). Sum of RGB (Red+Green+Blue) = 186+119+42=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA772A is #4588D5. Grayscale: #828282. Windows color (decimal): -4557014 or 2783162. OLE color: 2783162.
HSL color Cylindrical-coordinate representation of color #BA772A: hue angle of 32.08º degrees, saturation: 0.63, 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 #BA772A is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 42 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.27 |
| HSL | 32.08º | 0.63% | 0.45% | - |
| HSV(B) | 32.08º | 0.77% | 0.73% | - |
| XYZ | 27.26 | 23.8 | 5.35 | - |
| YUV | 130.26 | 78.2 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 42 | 0 | 0.36 | 0.77 | 0.27 | 32.08 | 0.63 | 0.45 |
| Hex | BA | 77 | 2A | 0 | 24 | 4D | 1B | 20 | 3F | 2D |
| Octal | 272 | 167 | 52 | 0 | 44 | 115 | 33 | 40 | 77 | 55 |
| Binary | 10111010 | 1110111 | 101010 | 0 | 100100 | 1001101 | 11011 | 100000 | 111111 | 101101 |
Color Harmonies of #BA772A
Complementary color
Monochromatic Colors of #BA772A
Black with #BA772A
Text Example
Text Example
White with #BA772A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA772A; }
p { color: rgb(186,119,42); }
H1.HeaderClassName
{
color: #BA772A;
}
.AnyTagClassName
{
color: #BA772A;
}
</style>
background-color css
<style>
a { background-color: #BA772A; }
a { background-color: rgb(186,119,42); }
div.DivClassName
{
background-color: #BA772A;
}
.BgClassName
{
background-color: #BA772A;
}
</style>
border-color css
<style>
span { border-color: #BA772A; }
span { border-color: rgb(186,119,42); }
td.TdClassName
{
border-color: #BA772A;
}
.TagClassName
{
border-color: #BA772A;
}
</style>