Shades of Pirate Gold #BC821F
Tints of Pirate Gold #BC821F
RGB
CMYK
RGB Variations
Color information
#BC821F (or 0xBC821F) is known color: Pirate Gold. HEX triplet: BC, 82 and 1F. RGB value is (188,130,31). Sum of RGB (Red+Green+Blue) = 188+130+31=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC821F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC821F is #437DE0. Grayscale: #888888. Windows color (decimal): -4423137 or 2065084. OLE color: 2065084.
HSL color Cylindrical-coordinate representation of color #BC821F: hue angle of 37.83º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC821F is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 31 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.26 |
| HSL | 37.83º | 0.72% | 0.43% | - |
| HSV(B) | 37.83º | 0.84% | 0.74% | - |
| XYZ | 28.97 | 26.76 | 4.93 | - |
| YUV | 136.06 | 68.72 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 31 | 0 | 0.31 | 0.84 | 0.26 | 37.83 | 0.72 | 0.43 |
| Hex | BC | 82 | 1F | 0 | 1F | 54 | 1A | 26 | 48 | 2B |
| Octal | 274 | 202 | 37 | 0 | 37 | 124 | 32 | 46 | 110 | 53 |
| Binary | 10111100 | 10000010 | 11111 | 0 | 11111 | 1010100 | 11010 | 100110 | 1001000 | 101011 |
Color Harmonies of #BC821F
Complementary color
Monochromatic Colors of #BC821F
Black with #BC821F
Text Example
Text Example
White with #BC821F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC821F; }
p { color: rgb(188,130,31); }
H1.HeaderClassName
{
color: #BC821F;
}
.AnyTagClassName
{
color: #BC821F;
}
</style>
background-color css
<style>
a { background-color: #BC821F; }
a { background-color: rgb(188,130,31); }
div.DivClassName
{
background-color: #BC821F;
}
.BgClassName
{
background-color: #BC821F;
}
</style>
border-color css
<style>
span { border-color: #BC821F; }
span { border-color: rgb(188,130,31); }
td.TdClassName
{
border-color: #BC821F;
}
.TagClassName
{
border-color: #BC821F;
}
</style>