Shades of Pirate Gold #BA741C
Tints of Pirate Gold #BA741C
RGB
CMYK
RGB Variations
Color information
#BA741C (or 0xBA741C) is known color: Pirate Gold. HEX triplet: BA, 74 and 1C. RGB value is (186,116,28). Sum of RGB (Red+Green+Blue) = 186+116+28=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA741C is #458BE3. Grayscale: #7F7F7F. Windows color (decimal): -4557796 or 1864890. OLE color: 1864890.
HSL color Cylindrical-coordinate representation of color #BA741C: hue angle of 33.42º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA741C is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 28 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.27 |
| HSL | 33.42º | 0.74% | 0.42% | - |
| HSV(B) | 33.42º | 0.85% | 0.73% | - |
| XYZ | 26.7 | 23.01 | 4.13 | - |
| YUV | 126.9 | 72.19 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 28 | 0 | 0.38 | 0.85 | 0.27 | 33.42 | 0.74 | 0.42 |
| Hex | BA | 74 | 1C | 0 | 26 | 55 | 1B | 21 | 4A | 2A |
| Octal | 272 | 164 | 34 | 0 | 46 | 125 | 33 | 41 | 112 | 52 |
| Binary | 10111010 | 1110100 | 11100 | 0 | 100110 | 1010101 | 11011 | 100001 | 1001010 | 101010 |
Color Harmonies of #BA741C
Complementary color
Monochromatic Colors of #BA741C
Black with #BA741C
Text Example
Text Example
White with #BA741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA741C; }
p { color: rgb(186,116,28); }
H1.HeaderClassName
{
color: #BA741C;
}
.AnyTagClassName
{
color: #BA741C;
}
</style>
background-color css
<style>
a { background-color: #BA741C; }
a { background-color: rgb(186,116,28); }
div.DivClassName
{
background-color: #BA741C;
}
.BgClassName
{
background-color: #BA741C;
}
</style>
border-color css
<style>
span { border-color: #BA741C; }
span { border-color: rgb(186,116,28); }
td.TdClassName
{
border-color: #BA741C;
}
.TagClassName
{
border-color: #BA741C;
}
</style>