Shades of Pirate Gold #BC7829
Tints of Pirate Gold #BC7829
RGB
CMYK
RGB Variations
Color information
#BC7829 (or 0xBC7829) is known color: Pirate Gold. HEX triplet: BC, 78 and 29. RGB value is (188,120,41). Sum of RGB (Red+Green+Blue) = 188+120+41=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7829 is #4387D6. Grayscale: #838383. Windows color (decimal): -4425687 or 2717884. OLE color: 2717884.
HSL color Cylindrical-coordinate representation of color #BC7829: hue angle of 32.24º 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 #BC7829 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 41 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.26 |
| HSL | 32.24º | 0.64% | 0.45% | - |
| HSV(B) | 32.24º | 0.78% | 0.74% | - |
| XYZ | 27.86 | 24.28 | 5.32 | - |
| YUV | 131.33 | 77.03 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 41 | 0 | 0.36 | 0.78 | 0.26 | 32.24 | 0.64 | 0.45 |
| Hex | BC | 78 | 29 | 0 | 24 | 4E | 1A | 20 | 40 | 2D |
| Octal | 274 | 170 | 51 | 0 | 44 | 116 | 32 | 40 | 100 | 55 |
| Binary | 10111100 | 1111000 | 101001 | 0 | 100100 | 1001110 | 11010 | 100000 | 1000000 | 101101 |
Color Harmonies of #BC7829
Complementary color
Monochromatic Colors of #BC7829
Black with #BC7829
Text Example
Text Example
White with #BC7829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7829; }
p { color: rgb(188,120,41); }
H1.HeaderClassName
{
color: #BC7829;
}
.AnyTagClassName
{
color: #BC7829;
}
</style>
background-color css
<style>
a { background-color: #BC7829; }
a { background-color: rgb(188,120,41); }
div.DivClassName
{
background-color: #BC7829;
}
.BgClassName
{
background-color: #BC7829;
}
</style>
border-color css
<style>
span { border-color: #BC7829; }
span { border-color: rgb(188,120,41); }
td.TdClassName
{
border-color: #BC7829;
}
.TagClassName
{
border-color: #BC7829;
}
</style>