Shades of Pirate Gold #BC771E
Tints of Pirate Gold #BC771E
RGB
CMYK
RGB Variations
Color information
#BC771E (or 0xBC771E) is known color: Pirate Gold. HEX triplet: BC, 77 and 1E. RGB value is (188,119,30). Sum of RGB (Red+Green+Blue) = 188+119+30=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC771E is #4388E1. Grayscale: #818181. Windows color (decimal): -4425954 or 1996732. OLE color: 1996732.
HSL color Cylindrical-coordinate representation of color #BC771E: hue angle of 33.8º 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 #BC771E is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 30 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.26 |
| HSL | 33.8º | 0.72% | 0.43% | - |
| HSV(B) | 33.8º | 0.84% | 0.74% | - |
| XYZ | 27.57 | 23.98 | 4.4 | - |
| YUV | 129.49 | 71.86 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 30 | 0 | 0.37 | 0.84 | 0.26 | 33.8 | 0.72 | 0.43 |
| Hex | BC | 77 | 1E | 0 | 25 | 54 | 1A | 22 | 48 | 2B |
| Octal | 274 | 167 | 36 | 0 | 45 | 124 | 32 | 42 | 110 | 53 |
| Binary | 10111100 | 1110111 | 11110 | 0 | 100101 | 1010100 | 11010 | 100010 | 1001000 | 101011 |
Color Harmonies of #BC771E
Complementary color
Monochromatic Colors of #BC771E
Black with #BC771E
Text Example
Text Example
White with #BC771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC771E; }
p { color: rgb(188,119,30); }
H1.HeaderClassName
{
color: #BC771E;
}
.AnyTagClassName
{
color: #BC771E;
}
</style>
background-color css
<style>
a { background-color: #BC771E; }
a { background-color: rgb(188,119,30); }
div.DivClassName
{
background-color: #BC771E;
}
.BgClassName
{
background-color: #BC771E;
}
</style>
border-color css
<style>
span { border-color: #BC771E; }
span { border-color: rgb(188,119,30); }
td.TdClassName
{
border-color: #BC771E;
}
.TagClassName
{
border-color: #BC771E;
}
</style>