Shades of Pirate Gold #BA781B
Tints of Pirate Gold #BA781B
RGB
CMYK
RGB Variations
Color information
#BA781B (or 0xBA781B) is known color: Pirate Gold. HEX triplet: BA, 78 and 1B. RGB value is (186,120,27). Sum of RGB (Red+Green+Blue) = 186+120+27=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA781B is #4587E4. Grayscale: #818181. Windows color (decimal): -4556773 or 1800378. OLE color: 1800378.
HSL color Cylindrical-coordinate representation of color #BA781B: hue angle of 35.09º degrees, saturation: 0.75, 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 #BA781B is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 27 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.27 |
| HSL | 35.09º | 0.75% | 0.42% | - |
| HSV(B) | 35.09º | 0.85% | 0.73% | - |
| XYZ | 27.16 | 23.95 | 4.23 | - |
| YUV | 129.13 | 70.37 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 27 | 0 | 0.35 | 0.85 | 0.27 | 35.09 | 0.75 | 0.42 |
| Hex | BA | 78 | 1B | 0 | 23 | 55 | 1B | 23 | 4B | 2A |
| Octal | 272 | 170 | 33 | 0 | 43 | 125 | 33 | 43 | 113 | 52 |
| Binary | 10111010 | 1111000 | 11011 | 0 | 100011 | 1010101 | 11011 | 100011 | 1001011 | 101010 |
Color Harmonies of #BA781B
Complementary color
Monochromatic Colors of #BA781B
Black with #BA781B
Text Example
Text Example
White with #BA781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA781B; }
p { color: rgb(186,120,27); }
H1.HeaderClassName
{
color: #BA781B;
}
.AnyTagClassName
{
color: #BA781B;
}
</style>
background-color css
<style>
a { background-color: #BA781B; }
a { background-color: rgb(186,120,27); }
div.DivClassName
{
background-color: #BA781B;
}
.BgClassName
{
background-color: #BA781B;
}
</style>
border-color css
<style>
span { border-color: #BA781B; }
span { border-color: rgb(186,120,27); }
td.TdClassName
{
border-color: #BA781B;
}
.TagClassName
{
border-color: #BA781B;
}
</style>