Shades of Pirate Gold #BC7018
Tints of Pirate Gold #BC7018
RGB
CMYK
RGB Variations
Color information
#BC7018 (or 0xBC7018) is known color: Pirate Gold. HEX triplet: BC, 70 and 18. RGB value is (188,112,24). Sum of RGB (Red+Green+Blue) = 188+112+24=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7018 is #438FE7. Grayscale: #7D7D7D. Windows color (decimal): -4427752 or 1601724. OLE color: 1601724.
HSL color Cylindrical-coordinate representation of color #BC7018: hue angle of 32.2º 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 #BC7018 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 24 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.26 |
| HSL | 32.2º | 0.77% | 0.42% | - |
| HSV(B) | 32.2º | 0.87% | 0.74% | - |
| XYZ | 26.7 | 22.35 | 3.77 | - |
| YUV | 124.69 | 71.18 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 24 | 0 | 0.40 | 0.87 | 0.26 | 32.2 | 0.77 | 0.42 |
| Hex | BC | 70 | 18 | 0 | 28 | 57 | 1A | 20 | 4D | 2A |
| Octal | 274 | 160 | 30 | 0 | 50 | 127 | 32 | 40 | 115 | 52 |
| Binary | 10111100 | 1110000 | 11000 | 0 | 101000 | 1010111 | 11010 | 100000 | 1001101 | 101010 |
Color Harmonies of #BC7018
Complementary color
Monochromatic Colors of #BC7018
Black with #BC7018
Text Example
Text Example
White with #BC7018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7018; }
p { color: rgb(188,112,24); }
H1.HeaderClassName
{
color: #BC7018;
}
.AnyTagClassName
{
color: #BC7018;
}
</style>
background-color css
<style>
a { background-color: #BC7018; }
a { background-color: rgb(188,112,24); }
div.DivClassName
{
background-color: #BC7018;
}
.BgClassName
{
background-color: #BC7018;
}
</style>
border-color css
<style>
span { border-color: #BC7018; }
span { border-color: rgb(188,112,24); }
td.TdClassName
{
border-color: #BC7018;
}
.TagClassName
{
border-color: #BC7018;
}
</style>