Shades of Pirate Gold #BA741F
Tints of Pirate Gold #BA741F
RGB
CMYK
RGB Variations
Color information
#BA741F (or 0xBA741F) is known color: Pirate Gold. HEX triplet: BA, 74 and 1F. RGB value is (186,116,31). Sum of RGB (Red+Green+Blue) = 186+116+31=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA741F is #458BE0. Grayscale: #7F7F7F. Windows color (decimal): -4557793 or 2061498. OLE color: 2061498.
HSL color Cylindrical-coordinate representation of color #BA741F: hue angle of 32.9º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA741F is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 31 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.27 |
| HSL | 32.9º | 0.71% | 0.43% | - |
| HSV(B) | 32.9º | 0.83% | 0.73% | - |
| XYZ | 26.74 | 23.03 | 4.33 | - |
| YUV | 127.24 | 73.69 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 31 | 0 | 0.38 | 0.83 | 0.27 | 32.9 | 0.71 | 0.43 |
| Hex | BA | 74 | 1F | 0 | 26 | 53 | 1B | 21 | 47 | 2B |
| Octal | 272 | 164 | 37 | 0 | 46 | 123 | 33 | 41 | 107 | 53 |
| Binary | 10111010 | 1110100 | 11111 | 0 | 100110 | 1010011 | 11011 | 100001 | 1000111 | 101011 |
Color Harmonies of #BA741F
Complementary color
Monochromatic Colors of #BA741F
Black with #BA741F
Text Example
Text Example
White with #BA741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA741F; }
p { color: rgb(186,116,31); }
H1.HeaderClassName
{
color: #BA741F;
}
.AnyTagClassName
{
color: #BA741F;
}
</style>
background-color css
<style>
a { background-color: #BA741F; }
a { background-color: rgb(186,116,31); }
div.DivClassName
{
background-color: #BA741F;
}
.BgClassName
{
background-color: #BA741F;
}
</style>
border-color css
<style>
span { border-color: #BA741F; }
span { border-color: rgb(186,116,31); }
td.TdClassName
{
border-color: #BA741F;
}
.TagClassName
{
border-color: #BA741F;
}
</style>