Shades of Pirate Gold #BC8321
Tints of Pirate Gold #BC8321
RGB
CMYK
RGB Variations
Color information
#BC8321 (or 0xBC8321) is known color: Pirate Gold. HEX triplet: BC, 83 and 21. RGB value is (188,131,33). Sum of RGB (Red+Green+Blue) = 188+131+33=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8321 is #437CDE. Grayscale: #898989. Windows color (decimal): -4422879 or 2196412. OLE color: 2196412.
HSL color Cylindrical-coordinate representation of color #BC8321: hue angle of 37.94º 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 #BC8321 is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 33 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.26 |
| HSL | 37.94º | 0.7% | 0.43% | - |
| HSV(B) | 37.94º | 0.82% | 0.74% | - |
| XYZ | 29.13 | 27.03 | 5.12 | - |
| YUV | 136.87 | 69.38 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 33 | 0 | 0.30 | 0.82 | 0.26 | 37.94 | 0.7 | 0.43 |
| Hex | BC | 83 | 21 | 0 | 1E | 52 | 1A | 26 | 46 | 2B |
| Octal | 274 | 203 | 41 | 0 | 36 | 122 | 32 | 46 | 106 | 53 |
| Binary | 10111100 | 10000011 | 100001 | 0 | 11110 | 1010010 | 11010 | 100110 | 1000110 | 101011 |
Color Harmonies of #BC8321
Complementary color
Monochromatic Colors of #BC8321
Black with #BC8321
Text Example
Text Example
White with #BC8321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8321; }
p { color: rgb(188,131,33); }
H1.HeaderClassName
{
color: #BC8321;
}
.AnyTagClassName
{
color: #BC8321;
}
</style>
background-color css
<style>
a { background-color: #BC8321; }
a { background-color: rgb(188,131,33); }
div.DivClassName
{
background-color: #BC8321;
}
.BgClassName
{
background-color: #BC8321;
}
</style>
border-color css
<style>
span { border-color: #BC8321; }
span { border-color: rgb(188,131,33); }
td.TdClassName
{
border-color: #BC8321;
}
.TagClassName
{
border-color: #BC8321;
}
</style>