Shades of Pirate Gold #BC7C2C
Tints of Pirate Gold #BC7C2C
RGB
CMYK
RGB Variations
Color information
#BC7C2C (or 0xBC7C2C) is known color: Pirate Gold. HEX triplet: BC, 7C and 2C. RGB value is (188,124,44). Sum of RGB (Red+Green+Blue) = 188+124+44=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C2C is #4383D3. Grayscale: #868686. Windows color (decimal): -4424660 or 2915516. OLE color: 2915516.
HSL color Cylindrical-coordinate representation of color #BC7C2C: hue angle of 33.33º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC7C2C is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 44 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.26 |
| HSL | 33.33º | 0.62% | 0.45% | - |
| HSV(B) | 33.33º | 0.77% | 0.74% | - |
| XYZ | 28.4 | 25.29 | 5.77 | - |
| YUV | 134.02 | 77.2 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 44 | 0 | 0.34 | 0.77 | 0.26 | 33.33 | 0.62 | 0.45 |
| Hex | BC | 7C | 2C | 0 | 22 | 4D | 1A | 21 | 3E | 2D |
| Octal | 274 | 174 | 54 | 0 | 42 | 115 | 32 | 41 | 76 | 55 |
| Binary | 10111100 | 1111100 | 101100 | 0 | 100010 | 1001101 | 11010 | 100001 | 111110 | 101101 |
Color Harmonies of #BC7C2C
Complementary color
Monochromatic Colors of #BC7C2C
Black with #BC7C2C
Text Example
Text Example
White with #BC7C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C2C; }
p { color: rgb(188,124,44); }
H1.HeaderClassName
{
color: #BC7C2C;
}
.AnyTagClassName
{
color: #BC7C2C;
}
</style>
background-color css
<style>
a { background-color: #BC7C2C; }
a { background-color: rgb(188,124,44); }
div.DivClassName
{
background-color: #BC7C2C;
}
.BgClassName
{
background-color: #BC7C2C;
}
</style>
border-color css
<style>
span { border-color: #BC7C2C; }
span { border-color: rgb(188,124,44); }
td.TdClassName
{
border-color: #BC7C2C;
}
.TagClassName
{
border-color: #BC7C2C;
}
</style>