Shades of Pirate Gold #BC7D1A
Tints of Pirate Gold #BC7D1A
RGB
CMYK
RGB Variations
Color information
#BC7D1A (or 0xBC7D1A) is known color: Pirate Gold. HEX triplet: BC, 7D and 1A. RGB value is (188,125,26). Sum of RGB (Red+Green+Blue) = 188+125+26=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D1A is #4382E5. Grayscale: #858585. Windows color (decimal): -4424422 or 1736124. OLE color: 1736124.
HSL color Cylindrical-coordinate representation of color #BC7D1A: hue angle of 36.67º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC7D1A is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 26 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.26 |
| HSL | 36.67º | 0.76% | 0.42% | - |
| HSV(B) | 36.67º | 0.86% | 0.74% | - |
| XYZ | 28.26 | 25.43 | 4.4 | - |
| YUV | 132.55 | 67.87 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 26 | 0 | 0.34 | 0.86 | 0.26 | 36.67 | 0.76 | 0.42 |
| Hex | BC | 7D | 1A | 0 | 22 | 56 | 1A | 25 | 4C | 2A |
| Octal | 274 | 175 | 32 | 0 | 42 | 126 | 32 | 45 | 114 | 52 |
| Binary | 10111100 | 1111101 | 11010 | 0 | 100010 | 1010110 | 11010 | 100101 | 1001100 | 101010 |
Color Harmonies of #BC7D1A
Complementary color
Monochromatic Colors of #BC7D1A
Black with #BC7D1A
Text Example
Text Example
White with #BC7D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D1A; }
p { color: rgb(188,125,26); }
H1.HeaderClassName
{
color: #BC7D1A;
}
.AnyTagClassName
{
color: #BC7D1A;
}
</style>
background-color css
<style>
a { background-color: #BC7D1A; }
a { background-color: rgb(188,125,26); }
div.DivClassName
{
background-color: #BC7D1A;
}
.BgClassName
{
background-color: #BC7D1A;
}
</style>
border-color css
<style>
span { border-color: #BC7D1A; }
span { border-color: rgb(188,125,26); }
td.TdClassName
{
border-color: #BC7D1A;
}
.TagClassName
{
border-color: #BC7D1A;
}
</style>