Shades of Pirate Gold #BC6C1E
Tints of Pirate Gold #BC6C1E
RGB
CMYK
RGB Variations
Color information
#BC6C1E (or 0xBC6C1E) is known color: Pirate Gold. HEX triplet: BC, 6C and 1E. RGB value is (188,108,30). Sum of RGB (Red+Green+Blue) = 188+108+30=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6C1E is #4393E1. Grayscale: #7B7B7B. Windows color (decimal): -4428770 or 1993916. OLE color: 1993916.
HSL color Cylindrical-coordinate representation of color #BC6C1E: hue angle of 29.62º 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 #BC6C1E is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 108 | 30 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.26 |
| HSL | 29.62º | 0.72% | 0.43% | - |
| HSV(B) | 29.62º | 0.84% | 0.74% | - |
| XYZ | 26.34 | 21.51 | 3.99 | - |
| YUV | 123.03 | 75.5 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 30 | 0 | 0.43 | 0.84 | 0.26 | 29.62 | 0.72 | 0.43 |
| Hex | BC | 6C | 1E | 0 | 2B | 54 | 1A | 1E | 48 | 2B |
| Octal | 274 | 154 | 36 | 0 | 53 | 124 | 32 | 36 | 110 | 53 |
| Binary | 10111100 | 1101100 | 11110 | 0 | 101011 | 1010100 | 11010 | 11110 | 1001000 | 101011 |
Color Harmonies of #BC6C1E
Complementary color
Monochromatic Colors of #BC6C1E
Black with #BC6C1E
Text Example
Text Example
White with #BC6C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6C1E; }
p { color: rgb(188,108,30); }
H1.HeaderClassName
{
color: #BC6C1E;
}
.AnyTagClassName
{
color: #BC6C1E;
}
</style>
background-color css
<style>
a { background-color: #BC6C1E; }
a { background-color: rgb(188,108,30); }
div.DivClassName
{
background-color: #BC6C1E;
}
.BgClassName
{
background-color: #BC6C1E;
}
</style>
border-color css
<style>
span { border-color: #BC6C1E; }
span { border-color: rgb(188,108,30); }
td.TdClassName
{
border-color: #BC6C1E;
}
.TagClassName
{
border-color: #BC6C1E;
}
</style>