Shades of Pirate Gold #BC7F21
Tints of Pirate Gold #BC7F21
RGB
CMYK
RGB Variations
Color information
#BC7F21 (or 0xBC7F21) is known color: Pirate Gold. HEX triplet: BC, 7F and 21. RGB value is (188,127,33). Sum of RGB (Red+Green+Blue) = 188+127+33=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7F21 is #4380DE. Grayscale: #868686. Windows color (decimal): -4423903 or 2195388. OLE color: 2195388.
HSL color Cylindrical-coordinate representation of color #BC7F21: hue angle of 36.39º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC7F21 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 127 | 33 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.26 |
| HSL | 36.39º | 0.7% | 0.43% | - |
| HSV(B) | 36.39º | 0.82% | 0.74% | - |
| XYZ | 28.6 | 25.98 | 4.95 | - |
| YUV | 134.52 | 70.71 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 127 | 33 | 0 | 0.32 | 0.82 | 0.26 | 36.39 | 0.7 | 0.43 |
| Hex | BC | 7F | 21 | 0 | 20 | 52 | 1A | 24 | 46 | 2B |
| Octal | 274 | 177 | 41 | 0 | 40 | 122 | 32 | 44 | 106 | 53 |
| Binary | 10111100 | 1111111 | 100001 | 0 | 100000 | 1010010 | 11010 | 100100 | 1000110 | 101011 |
Color Harmonies of #BC7F21
Complementary color
Monochromatic Colors of #BC7F21
Black with #BC7F21
Text Example
Text Example
White with #BC7F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7F21; }
p { color: rgb(188,127,33); }
H1.HeaderClassName
{
color: #BC7F21;
}
.AnyTagClassName
{
color: #BC7F21;
}
</style>
background-color css
<style>
a { background-color: #BC7F21; }
a { background-color: rgb(188,127,33); }
div.DivClassName
{
background-color: #BC7F21;
}
.BgClassName
{
background-color: #BC7F21;
}
</style>
border-color css
<style>
span { border-color: #BC7F21; }
span { border-color: rgb(188,127,33); }
td.TdClassName
{
border-color: #BC7F21;
}
.TagClassName
{
border-color: #BC7F21;
}
</style>