Shades of Pirate Gold #BC811C
Tints of Pirate Gold #BC811C
RGB
CMYK
RGB Variations
Color information
#BC811C (or 0xBC811C) is known color: Pirate Gold. HEX triplet: BC, 81 and 1C. RGB value is (188,129,28). Sum of RGB (Red+Green+Blue) = 188+129+28=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC811C is #437EE3. Grayscale: #878787. Windows color (decimal): -4423396 or 1868220. OLE color: 1868220.
HSL color Cylindrical-coordinate representation of color #BC811C: hue angle of 37.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC811C is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 28 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.26 |
| HSL | 37.88º | 0.74% | 0.42% | - |
| HSV(B) | 37.88º | 0.85% | 0.74% | - |
| XYZ | 28.8 | 26.48 | 4.69 | - |
| YUV | 135.13 | 67.55 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 28 | 0 | 0.31 | 0.85 | 0.26 | 37.88 | 0.74 | 0.42 |
| Hex | BC | 81 | 1C | 0 | 1F | 55 | 1A | 26 | 4A | 2A |
| Octal | 274 | 201 | 34 | 0 | 37 | 125 | 32 | 46 | 112 | 52 |
| Binary | 10111100 | 10000001 | 11100 | 0 | 11111 | 1010101 | 11010 | 100110 | 1001010 | 101010 |
Color Harmonies of #BC811C
Complementary color
Monochromatic Colors of #BC811C
Black with #BC811C
Text Example
Text Example
White with #BC811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC811C; }
p { color: rgb(188,129,28); }
H1.HeaderClassName
{
color: #BC811C;
}
.AnyTagClassName
{
color: #BC811C;
}
</style>
background-color css
<style>
a { background-color: #BC811C; }
a { background-color: rgb(188,129,28); }
div.DivClassName
{
background-color: #BC811C;
}
.BgClassName
{
background-color: #BC811C;
}
</style>
border-color css
<style>
span { border-color: #BC811C; }
span { border-color: rgb(188,129,28); }
td.TdClassName
{
border-color: #BC811C;
}
.TagClassName
{
border-color: #BC811C;
}
</style>