Shades of Pirate Gold #BC811E
Tints of Pirate Gold #BC811E
RGB
CMYK
RGB Variations
Color information
#BC811E (or 0xBC811E) is known color: Pirate Gold. HEX triplet: BC, 81 and 1E. RGB value is (188,129,30). Sum of RGB (Red+Green+Blue) = 188+129+30=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC811E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC811E is #437EE1. Grayscale: #878787. Windows color (decimal): -4423394 or 1999292. OLE color: 1999292.
HSL color Cylindrical-coordinate representation of color #BC811E: hue angle of 37.59º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC811E is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 30 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.26 |
| HSL | 37.59º | 0.72% | 0.43% | - |
| HSV(B) | 37.59º | 0.84% | 0.74% | - |
| XYZ | 28.82 | 26.49 | 4.82 | - |
| YUV | 135.36 | 68.55 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 30 | 0 | 0.31 | 0.84 | 0.26 | 37.59 | 0.72 | 0.43 |
| Hex | BC | 81 | 1E | 0 | 1F | 54 | 1A | 26 | 48 | 2B |
| Octal | 274 | 201 | 36 | 0 | 37 | 124 | 32 | 46 | 110 | 53 |
| Binary | 10111100 | 10000001 | 11110 | 0 | 11111 | 1010100 | 11010 | 100110 | 1001000 | 101011 |
Color Harmonies of #BC811E
Complementary color
Monochromatic Colors of #BC811E
Black with #BC811E
Text Example
Text Example
White with #BC811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC811E; }
p { color: rgb(188,129,30); }
H1.HeaderClassName
{
color: #BC811E;
}
.AnyTagClassName
{
color: #BC811E;
}
</style>
background-color css
<style>
a { background-color: #BC811E; }
a { background-color: rgb(188,129,30); }
div.DivClassName
{
background-color: #BC811E;
}
.BgClassName
{
background-color: #BC811E;
}
</style>
border-color css
<style>
span { border-color: #BC811E; }
span { border-color: rgb(188,129,30); }
td.TdClassName
{
border-color: #BC811E;
}
.TagClassName
{
border-color: #BC811E;
}
</style>