Shades of Pirate Gold #BA6B1D
Tints of Pirate Gold #BA6B1D
RGB
CMYK
RGB Variations
Color information
#BA6B1D (or 0xBA6B1D) is known color: Pirate Gold. HEX triplet: BA, 6B and 1D. RGB value is (186,107,29). Sum of RGB (Red+Green+Blue) = 186+107+29=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6B1D is #4594E2. Grayscale: #7A7A7A. Windows color (decimal): -4560099 or 1928122. OLE color: 1928122.
HSL color Cylindrical-coordinate representation of color #BA6B1D: hue angle of 29.81º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA6B1D is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 29 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.27 |
| HSL | 29.81º | 0.73% | 0.42% | - |
| HSV(B) | 29.81º | 0.84% | 0.73% | - |
| XYZ | 25.73 | 21.04 | 3.87 | - |
| YUV | 121.73 | 75.67 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 29 | 0 | 0.42 | 0.84 | 0.27 | 29.81 | 0.73 | 0.42 |
| Hex | BA | 6B | 1D | 0 | 2A | 54 | 1B | 1E | 49 | 2A |
| Octal | 272 | 153 | 35 | 0 | 52 | 124 | 33 | 36 | 111 | 52 |
| Binary | 10111010 | 1101011 | 11101 | 0 | 101010 | 1010100 | 11011 | 11110 | 1001001 | 101010 |
Color Harmonies of #BA6B1D
Complementary color
Monochromatic Colors of #BA6B1D
Black with #BA6B1D
Text Example
Text Example
White with #BA6B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6B1D; }
p { color: rgb(186,107,29); }
H1.HeaderClassName
{
color: #BA6B1D;
}
.AnyTagClassName
{
color: #BA6B1D;
}
</style>
background-color css
<style>
a { background-color: #BA6B1D; }
a { background-color: rgb(186,107,29); }
div.DivClassName
{
background-color: #BA6B1D;
}
.BgClassName
{
background-color: #BA6B1D;
}
</style>
border-color css
<style>
span { border-color: #BA6B1D; }
span { border-color: rgb(186,107,29); }
td.TdClassName
{
border-color: #BA6B1D;
}
.TagClassName
{
border-color: #BA6B1D;
}
</style>