Shades of Pirate Gold #BC7A1E
Tints of Pirate Gold #BC7A1E
RGB
CMYK
RGB Variations
Color information
#BC7A1E (or 0xBC7A1E) is known color: Pirate Gold. HEX triplet: BC, 7A and 1E. RGB value is (188,122,30). Sum of RGB (Red+Green+Blue) = 188+122+30=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7A1E is #4385E1. Grayscale: #838383. Windows color (decimal): -4425186 or 1997500. OLE color: 1997500.
HSL color Cylindrical-coordinate representation of color #BC7A1E: hue angle of 34.94º 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 #BC7A1E is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 30 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.26 |
| HSL | 34.94º | 0.72% | 0.43% | - |
| HSV(B) | 34.94º | 0.84% | 0.74% | - |
| XYZ | 27.93 | 24.7 | 4.52 | - |
| YUV | 131.25 | 70.87 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 30 | 0 | 0.35 | 0.84 | 0.26 | 34.94 | 0.72 | 0.43 |
| Hex | BC | 7A | 1E | 0 | 23 | 54 | 1A | 23 | 48 | 2B |
| Octal | 274 | 172 | 36 | 0 | 43 | 124 | 32 | 43 | 110 | 53 |
| Binary | 10111100 | 1111010 | 11110 | 0 | 100011 | 1010100 | 11010 | 100011 | 1001000 | 101011 |
Color Harmonies of #BC7A1E
Complementary color
Monochromatic Colors of #BC7A1E
Black with #BC7A1E
Text Example
Text Example
White with #BC7A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A1E; }
p { color: rgb(188,122,30); }
H1.HeaderClassName
{
color: #BC7A1E;
}
.AnyTagClassName
{
color: #BC7A1E;
}
</style>
background-color css
<style>
a { background-color: #BC7A1E; }
a { background-color: rgb(188,122,30); }
div.DivClassName
{
background-color: #BC7A1E;
}
.BgClassName
{
background-color: #BC7A1E;
}
</style>
border-color css
<style>
span { border-color: #BC7A1E; }
span { border-color: rgb(188,122,30); }
td.TdClassName
{
border-color: #BC7A1E;
}
.TagClassName
{
border-color: #BC7A1E;
}
</style>