Shades of Pirate Gold #BA781C
Tints of Pirate Gold #BA781C
RGB
CMYK
RGB Variations
Color information
#BA781C (or 0xBA781C) is known color: Pirate Gold. HEX triplet: BA, 78 and 1C. RGB value is (186,120,28). Sum of RGB (Red+Green+Blue) = 186+120+28=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA781C is #4587E3. Grayscale: #818181. Windows color (decimal): -4556772 or 1865914. OLE color: 1865914.
HSL color Cylindrical-coordinate representation of color #BA781C: hue angle of 34.94º 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 #BA781C is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 28 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.27 |
| HSL | 34.94º | 0.74% | 0.42% | - |
| HSV(B) | 34.94º | 0.85% | 0.73% | - |
| XYZ | 27.18 | 23.96 | 4.29 | - |
| YUV | 129.25 | 70.87 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 28 | 0 | 0.35 | 0.85 | 0.27 | 34.94 | 0.74 | 0.42 |
| Hex | BA | 78 | 1C | 0 | 23 | 55 | 1B | 23 | 4A | 2A |
| Octal | 272 | 170 | 34 | 0 | 43 | 125 | 33 | 43 | 112 | 52 |
| Binary | 10111010 | 1111000 | 11100 | 0 | 100011 | 1010101 | 11011 | 100011 | 1001010 | 101010 |
Color Harmonies of #BA781C
Complementary color
Monochromatic Colors of #BA781C
Black with #BA781C
Text Example
Text Example
White with #BA781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA781C; }
p { color: rgb(186,120,28); }
H1.HeaderClassName
{
color: #BA781C;
}
.AnyTagClassName
{
color: #BA781C;
}
</style>
background-color css
<style>
a { background-color: #BA781C; }
a { background-color: rgb(186,120,28); }
div.DivClassName
{
background-color: #BA781C;
}
.BgClassName
{
background-color: #BA781C;
}
</style>
border-color css
<style>
span { border-color: #BA781C; }
span { border-color: rgb(186,120,28); }
td.TdClassName
{
border-color: #BA781C;
}
.TagClassName
{
border-color: #BA781C;
}
</style>