Shades of Pirate Gold #BA7C2B
Tints of Pirate Gold #BA7C2B
RGB
CMYK
RGB Variations
Color information
#BA7C2B (or 0xBA7C2B) is known color: Pirate Gold. HEX triplet: BA, 7C and 2B. RGB value is (186,124,43). Sum of RGB (Red+Green+Blue) = 186+124+43=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C2B is #4583D4. Grayscale: #858585. Windows color (decimal): -4555733 or 2849978. OLE color: 2849978.
HSL color Cylindrical-coordinate representation of color #BA7C2B: hue angle of 33.99º 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 #BA7C2B is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 43 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.27 |
| HSL | 33.99º | 0.62% | 0.45% | - |
| HSV(B) | 33.99º | 0.77% | 0.73% | - |
| XYZ | 27.89 | 25.03 | 5.65 | - |
| YUV | 133.3 | 77.04 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 43 | 0 | 0.33 | 0.77 | 0.27 | 33.99 | 0.62 | 0.45 |
| Hex | BA | 7C | 2B | 0 | 21 | 4D | 1B | 22 | 3E | 2D |
| Octal | 272 | 174 | 53 | 0 | 41 | 115 | 33 | 42 | 76 | 55 |
| Binary | 10111010 | 1111100 | 101011 | 0 | 100001 | 1001101 | 11011 | 100010 | 111110 | 101101 |
Color Harmonies of #BA7C2B
Complementary color
Monochromatic Colors of #BA7C2B
Black with #BA7C2B
Text Example
Text Example
White with #BA7C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C2B; }
p { color: rgb(186,124,43); }
H1.HeaderClassName
{
color: #BA7C2B;
}
.AnyTagClassName
{
color: #BA7C2B;
}
</style>
background-color css
<style>
a { background-color: #BA7C2B; }
a { background-color: rgb(186,124,43); }
div.DivClassName
{
background-color: #BA7C2B;
}
.BgClassName
{
background-color: #BA7C2B;
}
</style>
border-color css
<style>
span { border-color: #BA7C2B; }
span { border-color: rgb(186,124,43); }
td.TdClassName
{
border-color: #BA7C2B;
}
.TagClassName
{
border-color: #BA7C2B;
}
</style>