Shades of Pirate Gold #BC7615
Tints of Pirate Gold #BC7615
RGB
CMYK
RGB Variations
Color information
#BC7615 (or 0xBC7615) is known color: Pirate Gold. HEX triplet: BC, 76 and 15. RGB value is (188,118,21). Sum of RGB (Red+Green+Blue) = 188+118+21=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7615 is #4389EA. Grayscale: #808080. Windows color (decimal): -4426219 or 1406652. OLE color: 1406652.
HSL color Cylindrical-coordinate representation of color #BC7615: hue angle of 34.85º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC7615 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 21 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.26 |
| HSL | 34.85º | 0.8% | 0.41% | - |
| HSV(B) | 34.85º | 0.89% | 0.74% | - |
| XYZ | 27.35 | 23.7 | 3.84 | - |
| YUV | 127.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 21 | 0 | 0.37 | 0.89 | 0.26 | 34.85 | 0.8 | 0.41 |
| Hex | BC | 76 | 15 | 0 | 25 | 59 | 1A | 23 | 50 | 29 |
| Octal | 274 | 166 | 25 | 0 | 45 | 131 | 32 | 43 | 120 | 51 |
| Binary | 10111100 | 1110110 | 10101 | 0 | 100101 | 1011001 | 11010 | 100011 | 1010000 | 101001 |
Color Harmonies of #BC7615
Complementary color
Monochromatic Colors of #BC7615
Black with #BC7615
Text Example
Text Example
White with #BC7615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7615; }
p { color: rgb(188,118,21); }
H1.HeaderClassName
{
color: #BC7615;
}
.AnyTagClassName
{
color: #BC7615;
}
</style>
background-color css
<style>
a { background-color: #BC7615; }
a { background-color: rgb(188,118,21); }
div.DivClassName
{
background-color: #BC7615;
}
.BgClassName
{
background-color: #BC7615;
}
</style>
border-color css
<style>
span { border-color: #BC7615; }
span { border-color: rgb(188,118,21); }
td.TdClassName
{
border-color: #BC7615;
}
.TagClassName
{
border-color: #BC7615;
}
</style>