Shades of Pirate Gold #BC7617
Tints of Pirate Gold #BC7617
RGB
CMYK
RGB Variations
Color information
#BC7617 (or 0xBC7617) is known color: Pirate Gold. HEX triplet: BC, 76 and 17. RGB value is (188,118,23). Sum of RGB (Red+Green+Blue) = 188+118+23=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7617 is #4389E8. Grayscale: #808080. Windows color (decimal): -4426217 or 1537724. OLE color: 1537724.
HSL color Cylindrical-coordinate representation of color #BC7617: hue angle of 34.55º 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 #BC7617 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 23 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.26 |
| HSL | 34.55º | 0.78% | 0.41% | - |
| HSV(B) | 34.55º | 0.88% | 0.74% | - |
| XYZ | 27.37 | 23.71 | 3.94 | - |
| YUV | 128.1 | 68.69 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 23 | 0 | 0.37 | 0.88 | 0.26 | 34.55 | 0.78 | 0.41 |
| Hex | BC | 76 | 17 | 0 | 25 | 58 | 1A | 23 | 4E | 29 |
| Octal | 274 | 166 | 27 | 0 | 45 | 130 | 32 | 43 | 116 | 51 |
| Binary | 10111100 | 1110110 | 10111 | 0 | 100101 | 1011000 | 11010 | 100011 | 1001110 | 101001 |
Color Harmonies of #BC7617
Complementary color
Monochromatic Colors of #BC7617
Black with #BC7617
Text Example
Text Example
White with #BC7617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7617; }
p { color: rgb(188,118,23); }
H1.HeaderClassName
{
color: #BC7617;
}
.AnyTagClassName
{
color: #BC7617;
}
</style>
background-color css
<style>
a { background-color: #BC7617; }
a { background-color: rgb(188,118,23); }
div.DivClassName
{
background-color: #BC7617;
}
.BgClassName
{
background-color: #BC7617;
}
</style>
border-color css
<style>
span { border-color: #BC7617; }
span { border-color: rgb(188,118,23); }
td.TdClassName
{
border-color: #BC7617;
}
.TagClassName
{
border-color: #BC7617;
}
</style>