Shades of Pirate Gold #BA732B
Tints of Pirate Gold #BA732B
RGB
CMYK
RGB Variations
Color information
#BA732B (or 0xBA732B) is known color: Pirate Gold. HEX triplet: BA, 73 and 2B. RGB value is (186,115,43). Sum of RGB (Red+Green+Blue) = 186+115+43=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA732B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA732B is #458CD4. Grayscale: #808080. Windows color (decimal): -4558037 or 2847674. OLE color: 2847674.
HSL color Cylindrical-coordinate representation of color #BA732B: hue angle of 30.21º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA732B is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 43 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.27 |
| HSL | 30.21º | 0.62% | 0.45% | - |
| HSV(B) | 30.21º | 0.77% | 0.73% | - |
| XYZ | 26.82 | 22.87 | 5.29 | - |
| YUV | 128.02 | 80.02 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 43 | 0 | 0.38 | 0.77 | 0.27 | 30.21 | 0.62 | 0.45 |
| Hex | BA | 73 | 2B | 0 | 26 | 4D | 1B | 1E | 3E | 2D |
| Octal | 272 | 163 | 53 | 0 | 46 | 115 | 33 | 36 | 76 | 55 |
| Binary | 10111010 | 1110011 | 101011 | 0 | 100110 | 1001101 | 11011 | 11110 | 111110 | 101101 |
Color Harmonies of #BA732B
Complementary color
Monochromatic Colors of #BA732B
Black with #BA732B
Text Example
Text Example
White with #BA732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA732B; }
p { color: rgb(186,115,43); }
H1.HeaderClassName
{
color: #BA732B;
}
.AnyTagClassName
{
color: #BA732B;
}
</style>
background-color css
<style>
a { background-color: #BA732B; }
a { background-color: rgb(186,115,43); }
div.DivClassName
{
background-color: #BA732B;
}
.BgClassName
{
background-color: #BA732B;
}
</style>
border-color css
<style>
span { border-color: #BA732B; }
span { border-color: rgb(186,115,43); }
td.TdClassName
{
border-color: #BA732B;
}
.TagClassName
{
border-color: #BA732B;
}
</style>