Shades of Pirate Gold #BC7C2B
Tints of Pirate Gold #BC7C2B
RGB
CMYK
RGB Variations
Color information
#BC7C2B (or 0xBC7C2B) is known color: Pirate Gold. HEX triplet: BC, 7C and 2B. RGB value is (188,124,43). Sum of RGB (Red+Green+Blue) = 188+124+43=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C2B is #4383D4. Grayscale: #868686. Windows color (decimal): -4424661 or 2849980. OLE color: 2849980.
HSL color Cylindrical-coordinate representation of color #BC7C2B: hue angle of 33.52º degrees, saturation: 0.63, 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 #BC7C2B is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 43 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.26 |
| HSL | 33.52º | 0.63% | 0.45% | - |
| HSV(B) | 33.52º | 0.77% | 0.74% | - |
| XYZ | 28.38 | 25.28 | 5.67 | - |
| YUV | 133.9 | 76.7 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 43 | 0 | 0.34 | 0.77 | 0.26 | 33.52 | 0.63 | 0.45 |
| Hex | BC | 7C | 2B | 0 | 22 | 4D | 1A | 22 | 3F | 2D |
| Octal | 274 | 174 | 53 | 0 | 42 | 115 | 32 | 42 | 77 | 55 |
| Binary | 10111100 | 1111100 | 101011 | 0 | 100010 | 1001101 | 11010 | 100010 | 111111 | 101101 |
Color Harmonies of #BC7C2B
Complementary color
Monochromatic Colors of #BC7C2B
Black with #BC7C2B
Text Example
Text Example
White with #BC7C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C2B; }
p { color: rgb(188,124,43); }
H1.HeaderClassName
{
color: #BC7C2B;
}
.AnyTagClassName
{
color: #BC7C2B;
}
</style>
background-color css
<style>
a { background-color: #BC7C2B; }
a { background-color: rgb(188,124,43); }
div.DivClassName
{
background-color: #BC7C2B;
}
.BgClassName
{
background-color: #BC7C2B;
}
</style>
border-color css
<style>
span { border-color: #BC7C2B; }
span { border-color: rgb(188,124,43); }
td.TdClassName
{
border-color: #BC7C2B;
}
.TagClassName
{
border-color: #BC7C2B;
}
</style>