Shades of Pirate Gold #BC8021
Tints of Pirate Gold #BC8021
RGB
CMYK
RGB Variations
Color information
#BC8021 (or 0xBC8021) is known color: Pirate Gold. HEX triplet: BC, 80 and 21. RGB value is (188,128,33). Sum of RGB (Red+Green+Blue) = 188+128+33=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8021 is #437FDE. Grayscale: #878787. Windows color (decimal): -4423647 or 2195644. OLE color: 2195644.
HSL color Cylindrical-coordinate representation of color #BC8021: hue angle of 36.77º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC8021 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 33 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.26 |
| HSL | 36.77º | 0.7% | 0.43% | - |
| HSV(B) | 36.77º | 0.82% | 0.74% | - |
| XYZ | 28.73 | 26.24 | 4.99 | - |
| YUV | 135.11 | 70.38 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 33 | 0 | 0.32 | 0.82 | 0.26 | 36.77 | 0.7 | 0.43 |
| Hex | BC | 80 | 21 | 0 | 20 | 52 | 1A | 25 | 46 | 2B |
| Octal | 274 | 200 | 41 | 0 | 40 | 122 | 32 | 45 | 106 | 53 |
| Binary | 10111100 | 10000000 | 100001 | 0 | 100000 | 1010010 | 11010 | 100101 | 1000110 | 101011 |
Color Harmonies of #BC8021
Complementary color
Monochromatic Colors of #BC8021
Black with #BC8021
Text Example
Text Example
White with #BC8021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8021; }
p { color: rgb(188,128,33); }
H1.HeaderClassName
{
color: #BC8021;
}
.AnyTagClassName
{
color: #BC8021;
}
</style>
background-color css
<style>
a { background-color: #BC8021; }
a { background-color: rgb(188,128,33); }
div.DivClassName
{
background-color: #BC8021;
}
.BgClassName
{
background-color: #BC8021;
}
</style>
border-color css
<style>
span { border-color: #BC8021; }
span { border-color: rgb(188,128,33); }
td.TdClassName
{
border-color: #BC8021;
}
.TagClassName
{
border-color: #BC8021;
}
</style>