Shades of Pirate Gold #BA721D
Tints of Pirate Gold #BA721D
RGB
CMYK
RGB Variations
Color information
#BA721D (or 0xBA721D) is known color: Pirate Gold. HEX triplet: BA, 72 and 1D. RGB value is (186,114,29). Sum of RGB (Red+Green+Blue) = 186+114+29=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA721D is #458DE2. Grayscale: #7E7E7E. Windows color (decimal): -4558307 or 1929914. OLE color: 1929914.
HSL color Cylindrical-coordinate representation of color #BA721D: hue angle of 32.48º 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 #BA721D is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 29 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.27 |
| HSL | 32.48º | 0.73% | 0.42% | - |
| HSV(B) | 32.48º | 0.84% | 0.73% | - |
| XYZ | 26.49 | 22.56 | 4.12 | - |
| YUV | 125.84 | 73.35 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 29 | 0 | 0.39 | 0.84 | 0.27 | 32.48 | 0.73 | 0.42 |
| Hex | BA | 72 | 1D | 0 | 27 | 54 | 1B | 20 | 49 | 2A |
| Octal | 272 | 162 | 35 | 0 | 47 | 124 | 33 | 40 | 111 | 52 |
| Binary | 10111010 | 1110010 | 11101 | 0 | 100111 | 1010100 | 11011 | 100000 | 1001001 | 101010 |
Color Harmonies of #BA721D
Complementary color
Monochromatic Colors of #BA721D
Black with #BA721D
Text Example
Text Example
White with #BA721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA721D; }
p { color: rgb(186,114,29); }
H1.HeaderClassName
{
color: #BA721D;
}
.AnyTagClassName
{
color: #BA721D;
}
</style>
background-color css
<style>
a { background-color: #BA721D; }
a { background-color: rgb(186,114,29); }
div.DivClassName
{
background-color: #BA721D;
}
.BgClassName
{
background-color: #BA721D;
}
</style>
border-color css
<style>
span { border-color: #BA721D; }
span { border-color: rgb(186,114,29); }
td.TdClassName
{
border-color: #BA721D;
}
.TagClassName
{
border-color: #BA721D;
}
</style>