Shades of Pirate Gold #BA6C25
Tints of Pirate Gold #BA6C25
RGB
CMYK
RGB Variations
Color information
#BA6C25 (or 0xBA6C25) is known color: Pirate Gold. HEX triplet: BA, 6C and 25. RGB value is (186,108,37). Sum of RGB (Red+Green+Blue) = 186+108+37=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C25 is #4593DA. Grayscale: #7B7B7B. Windows color (decimal): -4559835 or 2452666. OLE color: 2452666.
HSL color Cylindrical-coordinate representation of color #BA6C25: hue angle of 28.59º 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 #BA6C25 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 108 | 37 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.27 |
| HSL | 28.59º | 0.67% | 0.44% | - |
| HSV(B) | 28.59º | 0.8% | 0.73% | - |
| XYZ | 25.95 | 21.3 | 4.49 | - |
| YUV | 123.23 | 79.34 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 37 | 0 | 0.42 | 0.80 | 0.27 | 28.59 | 0.67 | 0.44 |
| Hex | BA | 6C | 25 | 0 | 2A | 50 | 1B | 1D | 43 | 2C |
| Octal | 272 | 154 | 45 | 0 | 52 | 120 | 33 | 35 | 103 | 54 |
| Binary | 10111010 | 1101100 | 100101 | 0 | 101010 | 1010000 | 11011 | 11101 | 1000011 | 101100 |
Color Harmonies of #BA6C25
Complementary color
Monochromatic Colors of #BA6C25
Black with #BA6C25
Text Example
Text Example
White with #BA6C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6C25; }
p { color: rgb(186,108,37); }
H1.HeaderClassName
{
color: #BA6C25;
}
.AnyTagClassName
{
color: #BA6C25;
}
</style>
background-color css
<style>
a { background-color: #BA6C25; }
a { background-color: rgb(186,108,37); }
div.DivClassName
{
background-color: #BA6C25;
}
.BgClassName
{
background-color: #BA6C25;
}
</style>
border-color css
<style>
span { border-color: #BA6C25; }
span { border-color: rgb(186,108,37); }
td.TdClassName
{
border-color: #BA6C25;
}
.TagClassName
{
border-color: #BA6C25;
}
</style>