Shades of Pirate Gold #BA7B2E
Tints of Pirate Gold #BA7B2E
RGB
CMYK
RGB Variations
Color information
#BA7B2E (or 0xBA7B2E) is known color: Pirate Gold. HEX triplet: BA, 7B and 2E. RGB value is (186,123,46). Sum of RGB (Red+Green+Blue) = 186+123+46=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B2E is #4584D1. Grayscale: #858585. Windows color (decimal): -4555986 or 3046330. OLE color: 3046330.
HSL color Cylindrical-coordinate representation of color #BA7B2E: hue angle of 33º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA7B2E is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 46 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.27 |
| HSL | 33º | 0.6% | 0.45% | - |
| HSV(B) | 33º | 0.75% | 0.73% | - |
| XYZ | 27.83 | 24.8 | 5.91 | - |
| YUV | 133.06 | 78.87 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 46 | 0 | 0.34 | 0.75 | 0.27 | 33 | 0.6 | 0.45 |
| Hex | BA | 7B | 2E | 0 | 22 | 4B | 1B | 21 | 3C | 2D |
| Octal | 272 | 173 | 56 | 0 | 42 | 113 | 33 | 41 | 74 | 55 |
| Binary | 10111010 | 1111011 | 101110 | 0 | 100010 | 1001011 | 11011 | 100001 | 111100 | 101101 |
Color Harmonies of #BA7B2E
Complementary color
Monochromatic Colors of #BA7B2E
Black with #BA7B2E
Text Example
Text Example
White with #BA7B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B2E; }
p { color: rgb(186,123,46); }
H1.HeaderClassName
{
color: #BA7B2E;
}
.AnyTagClassName
{
color: #BA7B2E;
}
</style>
background-color css
<style>
a { background-color: #BA7B2E; }
a { background-color: rgb(186,123,46); }
div.DivClassName
{
background-color: #BA7B2E;
}
.BgClassName
{
background-color: #BA7B2E;
}
</style>
border-color css
<style>
span { border-color: #BA7B2E; }
span { border-color: rgb(186,123,46); }
td.TdClassName
{
border-color: #BA7B2E;
}
.TagClassName
{
border-color: #BA7B2E;
}
</style>