Shades of Pirate Gold #BA7527
Tints of Pirate Gold #BA7527
RGB
CMYK
RGB Variations
Color information
#BA7527 (or 0xBA7527) is known color: Pirate Gold. HEX triplet: BA, 75 and 27. RGB value is (186,117,39). Sum of RGB (Red+Green+Blue) = 186+117+39=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7527 is #458AD8. Grayscale: #818181. Windows color (decimal): -4557529 or 2586042. OLE color: 2586042.
HSL color Cylindrical-coordinate representation of color #BA7527: hue angle of 31.84º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA7527 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 39 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.27 |
| HSL | 31.84º | 0.65% | 0.44% | - |
| HSV(B) | 31.84º | 0.79% | 0.73% | - |
| XYZ | 26.98 | 23.31 | 5 | - |
| YUV | 128.74 | 77.36 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 39 | 0 | 0.37 | 0.79 | 0.27 | 31.84 | 0.65 | 0.44 |
| Hex | BA | 75 | 27 | 0 | 25 | 4F | 1B | 20 | 41 | 2C |
| Octal | 272 | 165 | 47 | 0 | 45 | 117 | 33 | 40 | 101 | 54 |
| Binary | 10111010 | 1110101 | 100111 | 0 | 100101 | 1001111 | 11011 | 100000 | 1000001 | 101100 |
Color Harmonies of #BA7527
Complementary color
Monochromatic Colors of #BA7527
Black with #BA7527
Text Example
Text Example
White with #BA7527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7527; }
p { color: rgb(186,117,39); }
H1.HeaderClassName
{
color: #BA7527;
}
.AnyTagClassName
{
color: #BA7527;
}
</style>
background-color css
<style>
a { background-color: #BA7527; }
a { background-color: rgb(186,117,39); }
div.DivClassName
{
background-color: #BA7527;
}
.BgClassName
{
background-color: #BA7527;
}
</style>
border-color css
<style>
span { border-color: #BA7527; }
span { border-color: rgb(186,117,39); }
td.TdClassName
{
border-color: #BA7527;
}
.TagClassName
{
border-color: #BA7527;
}
</style>