Shades of Pirate Gold #BC7117
Tints of Pirate Gold #BC7117
RGB
CMYK
RGB Variations
Color information
#BC7117 (or 0xBC7117) is known color: Pirate Gold. HEX triplet: BC, 71 and 17. RGB value is (188,113,23). Sum of RGB (Red+Green+Blue) = 188+113+23=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7117 is #438EE8. Grayscale: #7D7D7D. Windows color (decimal): -4427497 or 1536444. OLE color: 1536444.
HSL color Cylindrical-coordinate representation of color #BC7117: hue angle of 32.73º degrees, saturation: 0.78, 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 #BC7117 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 23 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.26 |
| HSL | 32.73º | 0.78% | 0.41% | - |
| HSV(B) | 32.73º | 0.88% | 0.74% | - |
| XYZ | 26.8 | 22.56 | 3.75 | - |
| YUV | 125.17 | 70.35 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 23 | 0 | 0.40 | 0.88 | 0.26 | 32.73 | 0.78 | 0.41 |
| Hex | BC | 71 | 17 | 0 | 28 | 58 | 1A | 21 | 4E | 29 |
| Octal | 274 | 161 | 27 | 0 | 50 | 130 | 32 | 41 | 116 | 51 |
| Binary | 10111100 | 1110001 | 10111 | 0 | 101000 | 1011000 | 11010 | 100001 | 1001110 | 101001 |
Color Harmonies of #BC7117
Complementary color
Monochromatic Colors of #BC7117
Black with #BC7117
Text Example
Text Example
White with #BC7117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7117; }
p { color: rgb(188,113,23); }
H1.HeaderClassName
{
color: #BC7117;
}
.AnyTagClassName
{
color: #BC7117;
}
</style>
background-color css
<style>
a { background-color: #BC7117; }
a { background-color: rgb(188,113,23); }
div.DivClassName
{
background-color: #BC7117;
}
.BgClassName
{
background-color: #BC7117;
}
</style>
border-color css
<style>
span { border-color: #BC7117; }
span { border-color: rgb(188,113,23); }
td.TdClassName
{
border-color: #BC7117;
}
.TagClassName
{
border-color: #BC7117;
}
</style>