Shades of Pirate Gold #BA731B
Tints of Pirate Gold #BA731B
RGB
CMYK
RGB Variations
Color information
#BA731B (or 0xBA731B) is known color: Pirate Gold. HEX triplet: BA, 73 and 1B. RGB value is (186,115,27). Sum of RGB (Red+Green+Blue) = 186+115+27=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA731B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA731B is #458CE4. Grayscale: #7E7E7E. Windows color (decimal): -4558053 or 1799098. OLE color: 1799098.
HSL color Cylindrical-coordinate representation of color #BA731B: hue angle of 33.21º degrees, saturation: 0.75, 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 #BA731B is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 27 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.27 |
| HSL | 33.21º | 0.75% | 0.42% | - |
| HSV(B) | 33.21º | 0.85% | 0.73% | - |
| XYZ | 26.58 | 22.78 | 4.03 | - |
| YUV | 126.2 | 72.02 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 27 | 0 | 0.38 | 0.85 | 0.27 | 33.21 | 0.75 | 0.42 |
| Hex | BA | 73 | 1B | 0 | 26 | 55 | 1B | 21 | 4B | 2A |
| Octal | 272 | 163 | 33 | 0 | 46 | 125 | 33 | 41 | 113 | 52 |
| Binary | 10111010 | 1110011 | 11011 | 0 | 100110 | 1010101 | 11011 | 100001 | 1001011 | 101010 |
Color Harmonies of #BA731B
Complementary color
Monochromatic Colors of #BA731B
Black with #BA731B
Text Example
Text Example
White with #BA731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA731B; }
p { color: rgb(186,115,27); }
H1.HeaderClassName
{
color: #BA731B;
}
.AnyTagClassName
{
color: #BA731B;
}
</style>
background-color css
<style>
a { background-color: #BA731B; }
a { background-color: rgb(186,115,27); }
div.DivClassName
{
background-color: #BA731B;
}
.BgClassName
{
background-color: #BA731B;
}
</style>
border-color css
<style>
span { border-color: #BA731B; }
span { border-color: rgb(186,115,27); }
td.TdClassName
{
border-color: #BA731B;
}
.TagClassName
{
border-color: #BA731B;
}
</style>