Shades of Pirate Gold #BA7426
Tints of Pirate Gold #BA7426
RGB
CMYK
RGB Variations
Color information
#BA7426 (or 0xBA7426) is known color: Pirate Gold. HEX triplet: BA, 74 and 26. RGB value is (186,116,38). Sum of RGB (Red+Green+Blue) = 186+116+38=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7426 is #458BD9. Grayscale: #808080. Windows color (decimal): -4557786 or 2520250. OLE color: 2520250.
HSL color Cylindrical-coordinate representation of color #BA7426: hue angle of 31.62º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA7426 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 38 | - |
| CMYK | 0 | 0.38 | 0.80 | 0.27 |
| HSL | 31.62º | 0.66% | 0.44% | - |
| HSV(B) | 31.62º | 0.8% | 0.73% | - |
| XYZ | 26.84 | 23.07 | 4.87 | - |
| YUV | 128.04 | 77.19 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 38 | 0 | 0.38 | 0.80 | 0.27 | 31.62 | 0.66 | 0.44 |
| Hex | BA | 74 | 26 | 0 | 26 | 50 | 1B | 20 | 42 | 2C |
| Octal | 272 | 164 | 46 | 0 | 46 | 120 | 33 | 40 | 102 | 54 |
| Binary | 10111010 | 1110100 | 100110 | 0 | 100110 | 1010000 | 11011 | 100000 | 1000010 | 101100 |
Color Harmonies of #BA7426
Complementary color
Monochromatic Colors of #BA7426
Black with #BA7426
Text Example
Text Example
White with #BA7426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7426; }
p { color: rgb(186,116,38); }
H1.HeaderClassName
{
color: #BA7426;
}
.AnyTagClassName
{
color: #BA7426;
}
</style>
background-color css
<style>
a { background-color: #BA7426; }
a { background-color: rgb(186,116,38); }
div.DivClassName
{
background-color: #BA7426;
}
.BgClassName
{
background-color: #BA7426;
}
</style>
border-color css
<style>
span { border-color: #BA7426; }
span { border-color: rgb(186,116,38); }
td.TdClassName
{
border-color: #BA7426;
}
.TagClassName
{
border-color: #BA7426;
}
</style>