Shades of Pirate Gold #BC7620
Tints of Pirate Gold #BC7620
RGB
CMYK
RGB Variations
Color information
#BC7620 (or 0xBC7620) is known color: Pirate Gold. HEX triplet: BC, 76 and 20. RGB value is (188,118,32). Sum of RGB (Red+Green+Blue) = 188+118+32=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7620 is #4389DF. Grayscale: #818181. Windows color (decimal): -4426208 or 2127548. OLE color: 2127548.
HSL color Cylindrical-coordinate representation of color #BC7620: hue angle of 33.08º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC7620 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 32 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.26 |
| HSL | 33.08º | 0.71% | 0.43% | - |
| HSV(B) | 33.08º | 0.83% | 0.74% | - |
| XYZ | 27.48 | 23.75 | 4.5 | - |
| YUV | 129.13 | 73.19 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 32 | 0 | 0.37 | 0.83 | 0.26 | 33.08 | 0.71 | 0.43 |
| Hex | BC | 76 | 20 | 0 | 25 | 53 | 1A | 21 | 47 | 2B |
| Octal | 274 | 166 | 40 | 0 | 45 | 123 | 32 | 41 | 107 | 53 |
| Binary | 10111100 | 1110110 | 100000 | 0 | 100101 | 1010011 | 11010 | 100001 | 1000111 | 101011 |
Color Harmonies of #BC7620
Complementary color
Monochromatic Colors of #BC7620
Black with #BC7620
Text Example
Text Example
White with #BC7620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7620; }
p { color: rgb(188,118,32); }
H1.HeaderClassName
{
color: #BC7620;
}
.AnyTagClassName
{
color: #BC7620;
}
</style>
background-color css
<style>
a { background-color: #BC7620; }
a { background-color: rgb(188,118,32); }
div.DivClassName
{
background-color: #BC7620;
}
.BgClassName
{
background-color: #BC7620;
}
</style>
border-color css
<style>
span { border-color: #BC7620; }
span { border-color: rgb(188,118,32); }
td.TdClassName
{
border-color: #BC7620;
}
.TagClassName
{
border-color: #BC7620;
}
</style>