Shades of Pirate Gold #BC7819
Tints of Pirate Gold #BC7819
RGB
CMYK
RGB Variations
Color information
#BC7819 (or 0xBC7819) is known color: Pirate Gold. HEX triplet: BC, 78 and 19. RGB value is (188,120,25). Sum of RGB (Red+Green+Blue) = 188+120+25=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7819 is #4387E6. Grayscale: #818181. Windows color (decimal): -4425703 or 1669308. OLE color: 1669308.
HSL color Cylindrical-coordinate representation of color #BC7819: hue angle of 34.97º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC7819 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 25 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.26 |
| HSL | 34.97º | 0.77% | 0.42% | - |
| HSV(B) | 34.97º | 0.87% | 0.74% | - |
| XYZ | 27.63 | 24.19 | 4.13 | - |
| YUV | 129.5 | 69.03 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 25 | 0 | 0.36 | 0.87 | 0.26 | 34.97 | 0.77 | 0.42 |
| Hex | BC | 78 | 19 | 0 | 24 | 57 | 1A | 23 | 4D | 2A |
| Octal | 274 | 170 | 31 | 0 | 44 | 127 | 32 | 43 | 115 | 52 |
| Binary | 10111100 | 1111000 | 11001 | 0 | 100100 | 1010111 | 11010 | 100011 | 1001101 | 101010 |
Color Harmonies of #BC7819
Complementary color
Monochromatic Colors of #BC7819
Black with #BC7819
Text Example
Text Example
White with #BC7819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7819; }
p { color: rgb(188,120,25); }
H1.HeaderClassName
{
color: #BC7819;
}
.AnyTagClassName
{
color: #BC7819;
}
</style>
background-color css
<style>
a { background-color: #BC7819; }
a { background-color: rgb(188,120,25); }
div.DivClassName
{
background-color: #BC7819;
}
.BgClassName
{
background-color: #BC7819;
}
</style>
border-color css
<style>
span { border-color: #BC7819; }
span { border-color: rgb(188,120,25); }
td.TdClassName
{
border-color: #BC7819;
}
.TagClassName
{
border-color: #BC7819;
}
</style>