Shades of Pirate Gold #BC7C22
Tints of Pirate Gold #BC7C22
RGB
CMYK
RGB Variations
Color information
#BC7C22 (or 0xBC7C22) is known color: Pirate Gold. HEX triplet: BC, 7C and 22. RGB value is (188,124,34). Sum of RGB (Red+Green+Blue) = 188+124+34=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C22 is #4383DD. Grayscale: #858585. Windows color (decimal): -4424670 or 2260156. OLE color: 2260156.
HSL color Cylindrical-coordinate representation of color #BC7C22: hue angle of 35.06º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC7C22 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 34 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.26 |
| HSL | 35.06º | 0.69% | 0.44% | - |
| HSV(B) | 35.06º | 0.82% | 0.74% | - |
| XYZ | 28.24 | 25.22 | 4.89 | - |
| YUV | 132.88 | 72.2 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 34 | 0 | 0.34 | 0.82 | 0.26 | 35.06 | 0.69 | 0.44 |
| Hex | BC | 7C | 22 | 0 | 22 | 52 | 1A | 23 | 45 | 2C |
| Octal | 274 | 174 | 42 | 0 | 42 | 122 | 32 | 43 | 105 | 54 |
| Binary | 10111100 | 1111100 | 100010 | 0 | 100010 | 1010010 | 11010 | 100011 | 1000101 | 101100 |
Color Harmonies of #BC7C22
Complementary color
Monochromatic Colors of #BC7C22
Black with #BC7C22
Text Example
Text Example
White with #BC7C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C22; }
p { color: rgb(188,124,34); }
H1.HeaderClassName
{
color: #BC7C22;
}
.AnyTagClassName
{
color: #BC7C22;
}
</style>
background-color css
<style>
a { background-color: #BC7C22; }
a { background-color: rgb(188,124,34); }
div.DivClassName
{
background-color: #BC7C22;
}
.BgClassName
{
background-color: #BC7C22;
}
</style>
border-color css
<style>
span { border-color: #BC7C22; }
span { border-color: rgb(188,124,34); }
td.TdClassName
{
border-color: #BC7C22;
}
.TagClassName
{
border-color: #BC7C22;
}
</style>