Shades of Pirate Gold #BA741E
Tints of Pirate Gold #BA741E
RGB
CMYK
RGB Variations
Color information
#BA741E (or 0xBA741E) is known color: Pirate Gold. HEX triplet: BA, 74 and 1E. RGB value is (186,116,30). Sum of RGB (Red+Green+Blue) = 186+116+30=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA741E is #458BE1. Grayscale: #7F7F7F. Windows color (decimal): -4557794 or 1995962. OLE color: 1995962.
HSL color Cylindrical-coordinate representation of color #BA741E: hue angle of 33.08º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA741E is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 30 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.27 |
| HSL | 33.08º | 0.72% | 0.42% | - |
| HSV(B) | 33.08º | 0.84% | 0.73% | - |
| XYZ | 26.73 | 23.02 | 4.26 | - |
| YUV | 127.13 | 73.19 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 30 | 0 | 0.38 | 0.84 | 0.27 | 33.08 | 0.72 | 0.42 |
| Hex | BA | 74 | 1E | 0 | 26 | 54 | 1B | 21 | 48 | 2A |
| Octal | 272 | 164 | 36 | 0 | 46 | 124 | 33 | 41 | 110 | 52 |
| Binary | 10111010 | 1110100 | 11110 | 0 | 100110 | 1010100 | 11011 | 100001 | 1001000 | 101010 |
Color Harmonies of #BA741E
Complementary color
Monochromatic Colors of #BA741E
Black with #BA741E
Text Example
Text Example
White with #BA741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA741E; }
p { color: rgb(186,116,30); }
H1.HeaderClassName
{
color: #BA741E;
}
.AnyTagClassName
{
color: #BA741E;
}
</style>
background-color css
<style>
a { background-color: #BA741E; }
a { background-color: rgb(186,116,30); }
div.DivClassName
{
background-color: #BA741E;
}
.BgClassName
{
background-color: #BA741E;
}
</style>
border-color css
<style>
span { border-color: #BA741E; }
span { border-color: rgb(186,116,30); }
td.TdClassName
{
border-color: #BA741E;
}
.TagClassName
{
border-color: #BA741E;
}
</style>