Shades of Pirate Gold #BC7D2F
Tints of Pirate Gold #BC7D2F
RGB
CMYK
RGB Variations
Color information
#BC7D2F (or 0xBC7D2F) is known color: Pirate Gold. HEX triplet: BC, 7D and 2F. RGB value is (188,125,47). Sum of RGB (Red+Green+Blue) = 188+125+47=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D2F is #4382D0. Grayscale: #878787. Windows color (decimal): -4424401 or 3112380. OLE color: 3112380.
HSL color Cylindrical-coordinate representation of color #BC7D2F: hue angle of 33.19º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC7D2F is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 47 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.26 |
| HSL | 33.19º | 0.6% | 0.46% | - |
| HSV(B) | 33.19º | 0.75% | 0.74% | - |
| XYZ | 28.59 | 25.56 | 6.12 | - |
| YUV | 134.95 | 78.37 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 47 | 0 | 0.34 | 0.75 | 0.26 | 33.19 | 0.6 | 0.46 |
| Hex | BC | 7D | 2F | 0 | 22 | 4B | 1A | 21 | 3C | 2E |
| Octal | 274 | 175 | 57 | 0 | 42 | 113 | 32 | 41 | 74 | 56 |
| Binary | 10111100 | 1111101 | 101111 | 0 | 100010 | 1001011 | 11010 | 100001 | 111100 | 101110 |
Color Harmonies of #BC7D2F
Complementary color
Monochromatic Colors of #BC7D2F
Black with #BC7D2F
Text Example
Text Example
White with #BC7D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D2F; }
p { color: rgb(188,125,47); }
H1.HeaderClassName
{
color: #BC7D2F;
}
.AnyTagClassName
{
color: #BC7D2F;
}
</style>
background-color css
<style>
a { background-color: #BC7D2F; }
a { background-color: rgb(188,125,47); }
div.DivClassName
{
background-color: #BC7D2F;
}
.BgClassName
{
background-color: #BC7D2F;
}
</style>
border-color css
<style>
span { border-color: #BC7D2F; }
span { border-color: rgb(188,125,47); }
td.TdClassName
{
border-color: #BC7D2F;
}
.TagClassName
{
border-color: #BC7D2F;
}
</style>