Shades of Pirate Gold #BA762C
Tints of Pirate Gold #BA762C
RGB
CMYK
RGB Variations
Color information
#BA762C (or 0xBA762C) is known color: Pirate Gold. HEX triplet: BA, 76 and 2C. RGB value is (186,118,44). Sum of RGB (Red+Green+Blue) = 186+118+44=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA762C is #4589D3. Grayscale: #828282. Windows color (decimal): -4557268 or 2913978. OLE color: 2913978.
HSL color Cylindrical-coordinate representation of color #BA762C: hue angle of 31.27º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA762C is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 44 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.27 |
| HSL | 31.27º | 0.62% | 0.45% | - |
| HSV(B) | 31.27º | 0.76% | 0.73% | - |
| XYZ | 27.18 | 23.58 | 5.5 | - |
| YUV | 129.9 | 79.53 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 44 | 0 | 0.37 | 0.76 | 0.27 | 31.27 | 0.62 | 0.45 |
| Hex | BA | 76 | 2C | 0 | 25 | 4C | 1B | 1F | 3E | 2D |
| Octal | 272 | 166 | 54 | 0 | 45 | 114 | 33 | 37 | 76 | 55 |
| Binary | 10111010 | 1110110 | 101100 | 0 | 100101 | 1001100 | 11011 | 11111 | 111110 | 101101 |
Color Harmonies of #BA762C
Complementary color
Monochromatic Colors of #BA762C
Black with #BA762C
Text Example
Text Example
White with #BA762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA762C; }
p { color: rgb(186,118,44); }
H1.HeaderClassName
{
color: #BA762C;
}
.AnyTagClassName
{
color: #BA762C;
}
</style>
background-color css
<style>
a { background-color: #BA762C; }
a { background-color: rgb(186,118,44); }
div.DivClassName
{
background-color: #BA762C;
}
.BgClassName
{
background-color: #BA762C;
}
</style>
border-color css
<style>
span { border-color: #BA762C; }
span { border-color: rgb(186,118,44); }
td.TdClassName
{
border-color: #BA762C;
}
.TagClassName
{
border-color: #BA762C;
}
</style>