Shades of Pirate Gold #BC6D18
Tints of Pirate Gold #BC6D18
RGB
CMYK
RGB Variations
Color information
#BC6D18 (or 0xBC6D18) is known color: Pirate Gold. HEX triplet: BC, 6D and 18. RGB value is (188,109,24). Sum of RGB (Red+Green+Blue) = 188+109+24=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC6D18 is #4392E7. Grayscale: #7B7B7B. Windows color (decimal): -4428520 or 1600956. OLE color: 1600956.
HSL color Cylindrical-coordinate representation of color #BC6D18: hue angle of 31.1º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC6D18 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 24 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.26 |
| HSL | 31.1º | 0.77% | 0.42% | - |
| HSV(B) | 31.1º | 0.87% | 0.74% | - |
| XYZ | 26.37 | 21.69 | 3.66 | - |
| YUV | 122.93 | 72.17 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 24 | 0 | 0.42 | 0.87 | 0.26 | 31.1 | 0.77 | 0.42 |
| Hex | BC | 6D | 18 | 0 | 2A | 57 | 1A | 1F | 4D | 2A |
| Octal | 274 | 155 | 30 | 0 | 52 | 127 | 32 | 37 | 115 | 52 |
| Binary | 10111100 | 1101101 | 11000 | 0 | 101010 | 1010111 | 11010 | 11111 | 1001101 | 101010 |
Color Harmonies of #BC6D18
Complementary color
Monochromatic Colors of #BC6D18
Black with #BC6D18
Text Example
Text Example
White with #BC6D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6D18; }
p { color: rgb(188,109,24); }
H1.HeaderClassName
{
color: #BC6D18;
}
.AnyTagClassName
{
color: #BC6D18;
}
</style>
background-color css
<style>
a { background-color: #BC6D18; }
a { background-color: rgb(188,109,24); }
div.DivClassName
{
background-color: #BC6D18;
}
.BgClassName
{
background-color: #BC6D18;
}
</style>
border-color css
<style>
span { border-color: #BC6D18; }
span { border-color: rgb(188,109,24); }
td.TdClassName
{
border-color: #BC6D18;
}
.TagClassName
{
border-color: #BC6D18;
}
</style>