Shades of Pirate Gold #BA6D1B
Tints of Pirate Gold #BA6D1B
RGB
CMYK
RGB Variations
Color information
#BA6D1B (or 0xBA6D1B) is known color: Pirate Gold. HEX triplet: BA, 6D and 1B. RGB value is (186,109,27). Sum of RGB (Red+Green+Blue) = 186+109+27=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6D1B is #4592E4. Grayscale: #7B7B7B. Windows color (decimal): -4559589 or 1797562. OLE color: 1797562.
HSL color Cylindrical-coordinate representation of color #BA6D1B: hue angle of 30.94º 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 #BA6D1B is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 27 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.27 |
| HSL | 30.94º | 0.75% | 0.42% | - |
| HSV(B) | 30.94º | 0.85% | 0.73% | - |
| XYZ | 25.92 | 21.46 | 3.81 | - |
| YUV | 122.68 | 74.01 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 27 | 0 | 0.41 | 0.85 | 0.27 | 30.94 | 0.75 | 0.42 |
| Hex | BA | 6D | 1B | 0 | 29 | 55 | 1B | 1F | 4B | 2A |
| Octal | 272 | 155 | 33 | 0 | 51 | 125 | 33 | 37 | 113 | 52 |
| Binary | 10111010 | 1101101 | 11011 | 0 | 101001 | 1010101 | 11011 | 11111 | 1001011 | 101010 |
Color Harmonies of #BA6D1B
Complementary color
Monochromatic Colors of #BA6D1B
Black with #BA6D1B
Text Example
Text Example
White with #BA6D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D1B; }
p { color: rgb(186,109,27); }
H1.HeaderClassName
{
color: #BA6D1B;
}
.AnyTagClassName
{
color: #BA6D1B;
}
</style>
background-color css
<style>
a { background-color: #BA6D1B; }
a { background-color: rgb(186,109,27); }
div.DivClassName
{
background-color: #BA6D1B;
}
.BgClassName
{
background-color: #BA6D1B;
}
</style>
border-color css
<style>
span { border-color: #BA6D1B; }
span { border-color: rgb(186,109,27); }
td.TdClassName
{
border-color: #BA6D1B;
}
.TagClassName
{
border-color: #BA6D1B;
}
</style>