Shades of Pirate Gold #BC8129
Tints of Pirate Gold #BC8129
RGB
CMYK
RGB Variations
Color information
#BC8129 (or 0xBC8129) is known color: Pirate Gold. HEX triplet: BC, 81 and 29. RGB value is (188,129,41). Sum of RGB (Red+Green+Blue) = 188+129+41=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8129 is #437ED6. Grayscale: #898989. Windows color (decimal): -4423383 or 2720188. OLE color: 2720188.
HSL color Cylindrical-coordinate representation of color #BC8129: hue angle of 35.92º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC8129 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 41 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.26 |
| HSL | 35.92º | 0.64% | 0.45% | - |
| HSV(B) | 35.92º | 0.78% | 0.74% | - |
| XYZ | 28.99 | 26.55 | 5.69 | - |
| YUV | 136.61 | 74.05 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 41 | 0 | 0.31 | 0.78 | 0.26 | 35.92 | 0.64 | 0.45 |
| Hex | BC | 81 | 29 | 0 | 1F | 4E | 1A | 24 | 40 | 2D |
| Octal | 274 | 201 | 51 | 0 | 37 | 116 | 32 | 44 | 100 | 55 |
| Binary | 10111100 | 10000001 | 101001 | 0 | 11111 | 1001110 | 11010 | 100100 | 1000000 | 101101 |
Color Harmonies of #BC8129
Complementary color
Monochromatic Colors of #BC8129
Black with #BC8129
Text Example
Text Example
White with #BC8129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8129; }
p { color: rgb(188,129,41); }
H1.HeaderClassName
{
color: #BC8129;
}
.AnyTagClassName
{
color: #BC8129;
}
</style>
background-color css
<style>
a { background-color: #BC8129; }
a { background-color: rgb(188,129,41); }
div.DivClassName
{
background-color: #BC8129;
}
.BgClassName
{
background-color: #BC8129;
}
</style>
border-color css
<style>
span { border-color: #BC8129; }
span { border-color: rgb(188,129,41); }
td.TdClassName
{
border-color: #BC8129;
}
.TagClassName
{
border-color: #BC8129;
}
</style>