Shades of Pirate Gold #BA781F
Tints of Pirate Gold #BA781F
RGB
CMYK
RGB Variations
Color information
#BA781F (or 0xBA781F) is known color: Pirate Gold. HEX triplet: BA, 78 and 1F. RGB value is (186,120,31). Sum of RGB (Red+Green+Blue) = 186+120+31=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA781F is #4587E0. Grayscale: #828282. Windows color (decimal): -4556769 or 2062522. OLE color: 2062522.
HSL color Cylindrical-coordinate representation of color #BA781F: hue angle of 34.45º 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 #BA781F is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 31 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.27 |
| HSL | 34.45º | 0.71% | 0.43% | - |
| HSV(B) | 34.45º | 0.83% | 0.73% | - |
| XYZ | 27.21 | 23.97 | 4.49 | - |
| YUV | 129.59 | 72.37 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 31 | 0 | 0.35 | 0.83 | 0.27 | 34.45 | 0.71 | 0.43 |
| Hex | BA | 78 | 1F | 0 | 23 | 53 | 1B | 22 | 47 | 2B |
| Octal | 272 | 170 | 37 | 0 | 43 | 123 | 33 | 42 | 107 | 53 |
| Binary | 10111010 | 1111000 | 11111 | 0 | 100011 | 1010011 | 11011 | 100010 | 1000111 | 101011 |
Color Harmonies of #BA781F
Complementary color
Monochromatic Colors of #BA781F
Black with #BA781F
Text Example
Text Example
White with #BA781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA781F; }
p { color: rgb(186,120,31); }
H1.HeaderClassName
{
color: #BA781F;
}
.AnyTagClassName
{
color: #BA781F;
}
</style>
background-color css
<style>
a { background-color: #BA781F; }
a { background-color: rgb(186,120,31); }
div.DivClassName
{
background-color: #BA781F;
}
.BgClassName
{
background-color: #BA781F;
}
</style>
border-color css
<style>
span { border-color: #BA781F; }
span { border-color: rgb(186,120,31); }
td.TdClassName
{
border-color: #BA781F;
}
.TagClassName
{
border-color: #BA781F;
}
</style>