Shades of Pirate Gold #BA7428
Tints of Pirate Gold #BA7428
RGB
CMYK
RGB Variations
Color information
#BA7428 (or 0xBA7428) is known color: Pirate Gold. HEX triplet: BA, 74 and 28. RGB value is (186,116,40). Sum of RGB (Red+Green+Blue) = 186+116+40=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7428 is #458BD7. Grayscale: #808080. Windows color (decimal): -4557784 or 2651322. OLE color: 2651322.
HSL color Cylindrical-coordinate representation of color #BA7428: hue angle of 31.23º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA7428 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 40 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.27 |
| HSL | 31.23º | 0.65% | 0.44% | - |
| HSV(B) | 31.23º | 0.78% | 0.73% | - |
| XYZ | 26.88 | 23.08 | 5.05 | - |
| YUV | 128.27 | 78.19 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 40 | 0 | 0.38 | 0.78 | 0.27 | 31.23 | 0.65 | 0.44 |
| Hex | BA | 74 | 28 | 0 | 26 | 4E | 1B | 1F | 41 | 2C |
| Octal | 272 | 164 | 50 | 0 | 46 | 116 | 33 | 37 | 101 | 54 |
| Binary | 10111010 | 1110100 | 101000 | 0 | 100110 | 1001110 | 11011 | 11111 | 1000001 | 101100 |
Color Harmonies of #BA7428
Complementary color
Monochromatic Colors of #BA7428
Black with #BA7428
Text Example
Text Example
White with #BA7428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7428; }
p { color: rgb(186,116,40); }
H1.HeaderClassName
{
color: #BA7428;
}
.AnyTagClassName
{
color: #BA7428;
}
</style>
background-color css
<style>
a { background-color: #BA7428; }
a { background-color: rgb(186,116,40); }
div.DivClassName
{
background-color: #BA7428;
}
.BgClassName
{
background-color: #BA7428;
}
</style>
border-color css
<style>
span { border-color: #BA7428; }
span { border-color: rgb(186,116,40); }
td.TdClassName
{
border-color: #BA7428;
}
.TagClassName
{
border-color: #BA7428;
}
</style>