Shades of Pirate Gold #BA7B1B
Tints of Pirate Gold #BA7B1B
RGB
CMYK
RGB Variations
Color information
#BA7B1B (or 0xBA7B1B) is known color: Pirate Gold. HEX triplet: BA, 7B and 1B. RGB value is (186,123,27). Sum of RGB (Red+Green+Blue) = 186+123+27=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B1B is #4584E4. Grayscale: #838383. Windows color (decimal): -4556005 or 1801146. OLE color: 1801146.
HSL color Cylindrical-coordinate representation of color #BA7B1B: hue angle of 36.23º 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 #BA7B1B is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 27 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.27 |
| HSL | 36.23º | 0.75% | 0.42% | - |
| HSV(B) | 36.23º | 0.85% | 0.73% | - |
| XYZ | 27.53 | 24.68 | 4.35 | - |
| YUV | 130.89 | 69.37 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 27 | 0 | 0.34 | 0.85 | 0.27 | 36.23 | 0.75 | 0.42 |
| Hex | BA | 7B | 1B | 0 | 22 | 55 | 1B | 24 | 4B | 2A |
| Octal | 272 | 173 | 33 | 0 | 42 | 125 | 33 | 44 | 113 | 52 |
| Binary | 10111010 | 1111011 | 11011 | 0 | 100010 | 1010101 | 11011 | 100100 | 1001011 | 101010 |
Color Harmonies of #BA7B1B
Complementary color
Monochromatic Colors of #BA7B1B
Black with #BA7B1B
Text Example
Text Example
White with #BA7B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B1B; }
p { color: rgb(186,123,27); }
H1.HeaderClassName
{
color: #BA7B1B;
}
.AnyTagClassName
{
color: #BA7B1B;
}
</style>
background-color css
<style>
a { background-color: #BA7B1B; }
a { background-color: rgb(186,123,27); }
div.DivClassName
{
background-color: #BA7B1B;
}
.BgClassName
{
background-color: #BA7B1B;
}
</style>
border-color css
<style>
span { border-color: #BA7B1B; }
span { border-color: rgb(186,123,27); }
td.TdClassName
{
border-color: #BA7B1B;
}
.TagClassName
{
border-color: #BA7B1B;
}
</style>