Shades of Pirate Gold #BC7516
Tints of Pirate Gold #BC7516
RGB
CMYK
RGB Variations
Color information
#BC7516 (or 0xBC7516) is known color: Pirate Gold. HEX triplet: BC, 75 and 16. RGB value is (188,117,22). Sum of RGB (Red+Green+Blue) = 188+117+22=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7516 is #438AE9. Grayscale: #7F7F7F. Windows color (decimal): -4426474 or 1471932. OLE color: 1471932.
HSL color Cylindrical-coordinate representation of color #BC7516: hue angle of 34.34º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC7516 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 22 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.26 |
| HSL | 34.34º | 0.79% | 0.41% | - |
| HSV(B) | 34.34º | 0.88% | 0.74% | - |
| XYZ | 27.25 | 23.47 | 3.85 | - |
| YUV | 127.4 | 68.52 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 22 | 0 | 0.38 | 0.88 | 0.26 | 34.34 | 0.79 | 0.41 |
| Hex | BC | 75 | 16 | 0 | 26 | 58 | 1A | 22 | 4F | 29 |
| Octal | 274 | 165 | 26 | 0 | 46 | 130 | 32 | 42 | 117 | 51 |
| Binary | 10111100 | 1110101 | 10110 | 0 | 100110 | 1011000 | 11010 | 100010 | 1001111 | 101001 |
Color Harmonies of #BC7516
Complementary color
Monochromatic Colors of #BC7516
Black with #BC7516
Text Example
Text Example
White with #BC7516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7516; }
p { color: rgb(188,117,22); }
H1.HeaderClassName
{
color: #BC7516;
}
.AnyTagClassName
{
color: #BC7516;
}
</style>
background-color css
<style>
a { background-color: #BC7516; }
a { background-color: rgb(188,117,22); }
div.DivClassName
{
background-color: #BC7516;
}
.BgClassName
{
background-color: #BC7516;
}
</style>
border-color css
<style>
span { border-color: #BC7516; }
span { border-color: rgb(188,117,22); }
td.TdClassName
{
border-color: #BC7516;
}
.TagClassName
{
border-color: #BC7516;
}
</style>