Shades of Pirate Gold #BC771F
Tints of Pirate Gold #BC771F
RGB
CMYK
RGB Variations
Color information
#BC771F (or 0xBC771F) is known color: Pirate Gold. HEX triplet: BC, 77 and 1F. RGB value is (188,119,31). Sum of RGB (Red+Green+Blue) = 188+119+31=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC771F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC771F is #4388E0. Grayscale: #828282. Windows color (decimal): -4425953 or 2062268. OLE color: 2062268.
HSL color Cylindrical-coordinate representation of color #BC771F: hue angle of 33.63º 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 #BC771F is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 31 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.26 |
| HSL | 33.63º | 0.72% | 0.43% | - |
| HSV(B) | 33.63º | 0.84% | 0.74% | - |
| XYZ | 27.58 | 23.98 | 4.47 | - |
| YUV | 129.6 | 72.36 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 31 | 0 | 0.37 | 0.84 | 0.26 | 33.63 | 0.72 | 0.43 |
| Hex | BC | 77 | 1F | 0 | 25 | 54 | 1A | 22 | 48 | 2B |
| Octal | 274 | 167 | 37 | 0 | 45 | 124 | 32 | 42 | 110 | 53 |
| Binary | 10111100 | 1110111 | 11111 | 0 | 100101 | 1010100 | 11010 | 100010 | 1001000 | 101011 |
Color Harmonies of #BC771F
Complementary color
Monochromatic Colors of #BC771F
Black with #BC771F
Text Example
Text Example
White with #BC771F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC771F; }
p { color: rgb(188,119,31); }
H1.HeaderClassName
{
color: #BC771F;
}
.AnyTagClassName
{
color: #BC771F;
}
</style>
background-color css
<style>
a { background-color: #BC771F; }
a { background-color: rgb(188,119,31); }
div.DivClassName
{
background-color: #BC771F;
}
.BgClassName
{
background-color: #BC771F;
}
</style>
border-color css
<style>
span { border-color: #BC771F; }
span { border-color: rgb(188,119,31); }
td.TdClassName
{
border-color: #BC771F;
}
.TagClassName
{
border-color: #BC771F;
}
</style>