Shades of Pirate Gold #BA701C
Tints of Pirate Gold #BA701C
RGB
CMYK
RGB Variations
Color information
#BA701C (or 0xBA701C) is known color: Pirate Gold. HEX triplet: BA, 70 and 1C. RGB value is (186,112,28). Sum of RGB (Red+Green+Blue) = 186+112+28=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA701C is #458FE3. Grayscale: #7C7C7C. Windows color (decimal): -4558820 or 1863866. OLE color: 1863866.
HSL color Cylindrical-coordinate representation of color #BA701C: hue angle of 31.9º degrees, saturation: 0.74, 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 #BA701C is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 28 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.27 |
| HSL | 31.9º | 0.74% | 0.42% | - |
| HSV(B) | 31.9º | 0.85% | 0.73% | - |
| XYZ | 26.25 | 22.11 | 3.98 | - |
| YUV | 124.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 28 | 0 | 0.40 | 0.85 | 0.27 | 31.9 | 0.74 | 0.42 |
| Hex | BA | 70 | 1C | 0 | 28 | 55 | 1B | 20 | 4A | 2A |
| Octal | 272 | 160 | 34 | 0 | 50 | 125 | 33 | 40 | 112 | 52 |
| Binary | 10111010 | 1110000 | 11100 | 0 | 101000 | 1010101 | 11011 | 100000 | 1001010 | 101010 |
Color Harmonies of #BA701C
Complementary color
Monochromatic Colors of #BA701C
Black with #BA701C
Text Example
Text Example
White with #BA701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA701C; }
p { color: rgb(186,112,28); }
H1.HeaderClassName
{
color: #BA701C;
}
.AnyTagClassName
{
color: #BA701C;
}
</style>
background-color css
<style>
a { background-color: #BA701C; }
a { background-color: rgb(186,112,28); }
div.DivClassName
{
background-color: #BA701C;
}
.BgClassName
{
background-color: #BA701C;
}
</style>
border-color css
<style>
span { border-color: #BA701C; }
span { border-color: rgb(186,112,28); }
td.TdClassName
{
border-color: #BA701C;
}
.TagClassName
{
border-color: #BA701C;
}
</style>