Shades of Pirate Gold #BC7229
Tints of Pirate Gold #BC7229
RGB
CMYK
RGB Variations
Color information
#BC7229 (or 0xBC7229) is known color: Pirate Gold. HEX triplet: BC, 72 and 29. RGB value is (188,114,41). Sum of RGB (Red+Green+Blue) = 188+114+41=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7229 is #438DD6. Grayscale: #808080. Windows color (decimal): -4427223 or 2716348. OLE color: 2716348.
HSL color Cylindrical-coordinate representation of color #BC7229: hue angle of 29.8º 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 #BC7229 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 41 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.26 |
| HSL | 29.8º | 0.64% | 0.45% | - |
| HSV(B) | 29.8º | 0.78% | 0.74% | - |
| XYZ | 27.16 | 22.89 | 5.08 | - |
| YUV | 127.8 | 79.02 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 41 | 0 | 0.39 | 0.78 | 0.26 | 29.8 | 0.64 | 0.45 |
| Hex | BC | 72 | 29 | 0 | 27 | 4E | 1A | 1E | 40 | 2D |
| Octal | 274 | 162 | 51 | 0 | 47 | 116 | 32 | 36 | 100 | 55 |
| Binary | 10111100 | 1110010 | 101001 | 0 | 100111 | 1001110 | 11010 | 11110 | 1000000 | 101101 |
Color Harmonies of #BC7229
Complementary color
Monochromatic Colors of #BC7229
Black with #BC7229
Text Example
Text Example
White with #BC7229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7229; }
p { color: rgb(188,114,41); }
H1.HeaderClassName
{
color: #BC7229;
}
.AnyTagClassName
{
color: #BC7229;
}
</style>
background-color css
<style>
a { background-color: #BC7229; }
a { background-color: rgb(188,114,41); }
div.DivClassName
{
background-color: #BC7229;
}
.BgClassName
{
background-color: #BC7229;
}
</style>
border-color css
<style>
span { border-color: #BC7229; }
span { border-color: rgb(188,114,41); }
td.TdClassName
{
border-color: #BC7229;
}
.TagClassName
{
border-color: #BC7229;
}
</style>