Shades of Pirate Gold #BC8221
Tints of Pirate Gold #BC8221
RGB
CMYK
RGB Variations
Color information
#BC8221 (or 0xBC8221) is known color: Pirate Gold. HEX triplet: BC, 82 and 21. RGB value is (188,130,33). Sum of RGB (Red+Green+Blue) = 188+130+33=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8221 is #437DDE. Grayscale: #888888. Windows color (decimal): -4423135 or 2196156. OLE color: 2196156.
HSL color Cylindrical-coordinate representation of color #BC8221: hue angle of 37.55º 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 #BC8221 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 33 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.26 |
| HSL | 37.55º | 0.7% | 0.43% | - |
| HSV(B) | 37.55º | 0.82% | 0.74% | - |
| XYZ | 29 | 26.77 | 5.08 | - |
| YUV | 136.28 | 69.72 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 33 | 0 | 0.31 | 0.82 | 0.26 | 37.55 | 0.7 | 0.43 |
| Hex | BC | 82 | 21 | 0 | 1F | 52 | 1A | 26 | 46 | 2B |
| Octal | 274 | 202 | 41 | 0 | 37 | 122 | 32 | 46 | 106 | 53 |
| Binary | 10111100 | 10000010 | 100001 | 0 | 11111 | 1010010 | 11010 | 100110 | 1000110 | 101011 |
Color Harmonies of #BC8221
Complementary color
Monochromatic Colors of #BC8221
Black with #BC8221
Text Example
Text Example
White with #BC8221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8221; }
p { color: rgb(188,130,33); }
H1.HeaderClassName
{
color: #BC8221;
}
.AnyTagClassName
{
color: #BC8221;
}
</style>
background-color css
<style>
a { background-color: #BC8221; }
a { background-color: rgb(188,130,33); }
div.DivClassName
{
background-color: #BC8221;
}
.BgClassName
{
background-color: #BC8221;
}
</style>
border-color css
<style>
span { border-color: #BC8221; }
span { border-color: rgb(188,130,33); }
td.TdClassName
{
border-color: #BC8221;
}
.TagClassName
{
border-color: #BC8221;
}
</style>