Shades of Pirate Gold #BC7020
Tints of Pirate Gold #BC7020
RGB
CMYK
RGB Variations
Color information
#BC7020 (or 0xBC7020) is known color: Pirate Gold. HEX triplet: BC, 70 and 20. RGB value is (188,112,32). Sum of RGB (Red+Green+Blue) = 188+112+32=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7020 is #438FDF. Grayscale: #7D7D7D. Windows color (decimal): -4427744 or 2126012. OLE color: 2126012.
HSL color Cylindrical-coordinate representation of color #BC7020: hue angle of 30.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC7020 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 32 | - |
| CMYK | 0 | 0.40 | 0.83 | 0.26 |
| HSL | 30.77º | 0.71% | 0.43% | - |
| HSV(B) | 30.77º | 0.83% | 0.74% | - |
| XYZ | 26.79 | 22.38 | 4.27 | - |
| YUV | 125.6 | 75.18 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 32 | 0 | 0.40 | 0.83 | 0.26 | 30.77 | 0.71 | 0.43 |
| Hex | BC | 70 | 20 | 0 | 28 | 53 | 1A | 1F | 47 | 2B |
| Octal | 274 | 160 | 40 | 0 | 50 | 123 | 32 | 37 | 107 | 53 |
| Binary | 10111100 | 1110000 | 100000 | 0 | 101000 | 1010011 | 11010 | 11111 | 1000111 | 101011 |
Color Harmonies of #BC7020
Complementary color
Monochromatic Colors of #BC7020
Black with #BC7020
Text Example
Text Example
White with #BC7020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7020; }
p { color: rgb(188,112,32); }
H1.HeaderClassName
{
color: #BC7020;
}
.AnyTagClassName
{
color: #BC7020;
}
</style>
background-color css
<style>
a { background-color: #BC7020; }
a { background-color: rgb(188,112,32); }
div.DivClassName
{
background-color: #BC7020;
}
.BgClassName
{
background-color: #BC7020;
}
</style>
border-color css
<style>
span { border-color: #BC7020; }
span { border-color: rgb(188,112,32); }
td.TdClassName
{
border-color: #BC7020;
}
.TagClassName
{
border-color: #BC7020;
}
</style>