Shades of Pirate Gold #BA721F
Tints of Pirate Gold #BA721F
RGB
CMYK
RGB Variations
Color information
#BA721F (or 0xBA721F) is known color: Pirate Gold. HEX triplet: BA, 72 and 1F. RGB value is (186,114,31). Sum of RGB (Red+Green+Blue) = 186+114+31=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA721F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA721F is #458DE0. Grayscale: #7E7E7E. Windows color (decimal): -4558305 or 2060986. OLE color: 2060986.
HSL color Cylindrical-coordinate representation of color #BA721F: hue angle of 32.13º 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 #BA721F is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 31 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.27 |
| HSL | 32.13º | 0.71% | 0.43% | - |
| HSV(B) | 32.13º | 0.83% | 0.73% | - |
| XYZ | 26.51 | 22.57 | 4.26 | - |
| YUV | 126.07 | 74.35 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 31 | 0 | 0.39 | 0.83 | 0.27 | 32.13 | 0.71 | 0.43 |
| Hex | BA | 72 | 1F | 0 | 27 | 53 | 1B | 20 | 47 | 2B |
| Octal | 272 | 162 | 37 | 0 | 47 | 123 | 33 | 40 | 107 | 53 |
| Binary | 10111010 | 1110010 | 11111 | 0 | 100111 | 1010011 | 11011 | 100000 | 1000111 | 101011 |
Color Harmonies of #BA721F
Complementary color
Monochromatic Colors of #BA721F
Black with #BA721F
Text Example
Text Example
White with #BA721F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA721F; }
p { color: rgb(186,114,31); }
H1.HeaderClassName
{
color: #BA721F;
}
.AnyTagClassName
{
color: #BA721F;
}
</style>
background-color css
<style>
a { background-color: #BA721F; }
a { background-color: rgb(186,114,31); }
div.DivClassName
{
background-color: #BA721F;
}
.BgClassName
{
background-color: #BA721F;
}
</style>
border-color css
<style>
span { border-color: #BA721F; }
span { border-color: rgb(186,114,31); }
td.TdClassName
{
border-color: #BA721F;
}
.TagClassName
{
border-color: #BA721F;
}
</style>