Shades of Pirate Gold #BA7B25
Tints of Pirate Gold #BA7B25
RGB
CMYK
RGB Variations
Color information
#BA7B25 (or 0xBA7B25) is known color: Pirate Gold. HEX triplet: BA, 7B and 25. RGB value is (186,123,37). Sum of RGB (Red+Green+Blue) = 186+123+37=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B25 is #4584DA. Grayscale: #848484. Windows color (decimal): -4555995 or 2456506. OLE color: 2456506.
HSL color Cylindrical-coordinate representation of color #BA7B25: hue angle of 34.63º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA7B25 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 37 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.27 |
| HSL | 34.63º | 0.67% | 0.44% | - |
| HSV(B) | 34.63º | 0.8% | 0.73% | - |
| XYZ | 27.67 | 24.74 | 5.07 | - |
| YUV | 132.03 | 74.37 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 37 | 0 | 0.34 | 0.80 | 0.27 | 34.63 | 0.67 | 0.44 |
| Hex | BA | 7B | 25 | 0 | 22 | 50 | 1B | 23 | 43 | 2C |
| Octal | 272 | 173 | 45 | 0 | 42 | 120 | 33 | 43 | 103 | 54 |
| Binary | 10111010 | 1111011 | 100101 | 0 | 100010 | 1010000 | 11011 | 100011 | 1000011 | 101100 |
Color Harmonies of #BA7B25
Complementary color
Monochromatic Colors of #BA7B25
Black with #BA7B25
Text Example
Text Example
White with #BA7B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B25; }
p { color: rgb(186,123,37); }
H1.HeaderClassName
{
color: #BA7B25;
}
.AnyTagClassName
{
color: #BA7B25;
}
</style>
background-color css
<style>
a { background-color: #BA7B25; }
a { background-color: rgb(186,123,37); }
div.DivClassName
{
background-color: #BA7B25;
}
.BgClassName
{
background-color: #BA7B25;
}
</style>
border-color css
<style>
span { border-color: #BA7B25; }
span { border-color: rgb(186,123,37); }
td.TdClassName
{
border-color: #BA7B25;
}
.TagClassName
{
border-color: #BA7B25;
}
</style>