Shades of Pirate Gold #BC7928
Tints of Pirate Gold #BC7928
RGB
CMYK
RGB Variations
Color information
#BC7928 (or 0xBC7928) is known color: Pirate Gold. HEX triplet: BC, 79 and 28. RGB value is (188,121,40). Sum of RGB (Red+Green+Blue) = 188+121+40=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7928 is #4386D7. Grayscale: #848484. Windows color (decimal): -4425432 or 2652604. OLE color: 2652604.
HSL color Cylindrical-coordinate representation of color #BC7928: hue angle of 32.84º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC7928 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 40 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.26 |
| HSL | 32.84º | 0.65% | 0.45% | - |
| HSV(B) | 32.84º | 0.79% | 0.74% | - |
| XYZ | 27.96 | 24.52 | 5.27 | - |
| YUV | 131.8 | 76.2 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 40 | 0 | 0.36 | 0.79 | 0.26 | 32.84 | 0.65 | 0.45 |
| Hex | BC | 79 | 28 | 0 | 24 | 4F | 1A | 21 | 41 | 2D |
| Octal | 274 | 171 | 50 | 0 | 44 | 117 | 32 | 41 | 101 | 55 |
| Binary | 10111100 | 1111001 | 101000 | 0 | 100100 | 1001111 | 11010 | 100001 | 1000001 | 101101 |
Color Harmonies of #BC7928
Complementary color
Monochromatic Colors of #BC7928
Black with #BC7928
Text Example
Text Example
White with #BC7928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7928; }
p { color: rgb(188,121,40); }
H1.HeaderClassName
{
color: #BC7928;
}
.AnyTagClassName
{
color: #BC7928;
}
</style>
background-color css
<style>
a { background-color: #BC7928; }
a { background-color: rgb(188,121,40); }
div.DivClassName
{
background-color: #BC7928;
}
.BgClassName
{
background-color: #BC7928;
}
</style>
border-color css
<style>
span { border-color: #BC7928; }
span { border-color: rgb(188,121,40); }
td.TdClassName
{
border-color: #BC7928;
}
.TagClassName
{
border-color: #BC7928;
}
</style>