Shades of Pirate Gold #BA7F22
Tints of Pirate Gold #BA7F22
RGB
CMYK
RGB Variations
Color information
#BA7F22 (or 0xBA7F22) is known color: Pirate Gold. HEX triplet: BA, 7F and 22. RGB value is (186,127,34). Sum of RGB (Red+Green+Blue) = 186+127+34=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F22 is #4580DD. Grayscale: #868686. Windows color (decimal): -4554974 or 2260922. OLE color: 2260922.
HSL color Cylindrical-coordinate representation of color #BA7F22: hue angle of 36.71º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA7F22 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 34 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.27 |
| HSL | 36.71º | 0.69% | 0.43% | - |
| HSV(B) | 36.71º | 0.82% | 0.73% | - |
| XYZ | 28.13 | 25.73 | 5 | - |
| YUV | 134.04 | 71.55 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 34 | 0 | 0.32 | 0.82 | 0.27 | 36.71 | 0.69 | 0.43 |
| Hex | BA | 7F | 22 | 0 | 20 | 52 | 1B | 25 | 45 | 2B |
| Octal | 272 | 177 | 42 | 0 | 40 | 122 | 33 | 45 | 105 | 53 |
| Binary | 10111010 | 1111111 | 100010 | 0 | 100000 | 1010010 | 11011 | 100101 | 1000101 | 101011 |
Color Harmonies of #BA7F22
Complementary color
Monochromatic Colors of #BA7F22
Black with #BA7F22
Text Example
Text Example
White with #BA7F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F22; }
p { color: rgb(186,127,34); }
H1.HeaderClassName
{
color: #BA7F22;
}
.AnyTagClassName
{
color: #BA7F22;
}
</style>
background-color css
<style>
a { background-color: #BA7F22; }
a { background-color: rgb(186,127,34); }
div.DivClassName
{
background-color: #BA7F22;
}
.BgClassName
{
background-color: #BA7F22;
}
</style>
border-color css
<style>
span { border-color: #BA7F22; }
span { border-color: rgb(186,127,34); }
td.TdClassName
{
border-color: #BA7F22;
}
.TagClassName
{
border-color: #BA7F22;
}
</style>