Shades of Pirate Gold #BC771C
Tints of Pirate Gold #BC771C
RGB
CMYK
RGB Variations
Color information
#BC771C (or 0xBC771C) is known color: Pirate Gold. HEX triplet: BC, 77 and 1C. RGB value is (188,119,28). Sum of RGB (Red+Green+Blue) = 188+119+28=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC771C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC771C is #4388E3. Grayscale: #818181. Windows color (decimal): -4425956 or 1865660. OLE color: 1865660.
HSL color Cylindrical-coordinate representation of color #BC771C: hue angle of 34.12º 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 #BC771C is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 28 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.26 |
| HSL | 34.13º | 0.74% | 0.42% | - |
| HSV(B) | 34.13º | 0.85% | 0.74% | - |
| XYZ | 27.55 | 23.97 | 4.27 | - |
| YUV | 129.26 | 70.86 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 28 | 0 | 0.37 | 0.85 | 0.26 | 34.13 | 0.74 | 0.42 |
| Hex | BC | 77 | 1C | 0 | 25 | 55 | 1A | 22 | 4A | 2A |
| Octal | 274 | 167 | 34 | 0 | 45 | 125 | 32 | 42 | 112 | 52 |
| Binary | 10111100 | 1110111 | 11100 | 0 | 100101 | 1010101 | 11010 | 100010 | 1001010 | 101010 |
Color Harmonies of #BC771C
Complementary color
Monochromatic Colors of #BC771C
Black with #BC771C
Text Example
Text Example
White with #BC771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC771C; }
p { color: rgb(188,119,28); }
H1.HeaderClassName
{
color: #BC771C;
}
.AnyTagClassName
{
color: #BC771C;
}
</style>
background-color css
<style>
a { background-color: #BC771C; }
a { background-color: rgb(188,119,28); }
div.DivClassName
{
background-color: #BC771C;
}
.BgClassName
{
background-color: #BC771C;
}
</style>
border-color css
<style>
span { border-color: #BC771C; }
span { border-color: rgb(188,119,28); }
td.TdClassName
{
border-color: #BC771C;
}
.TagClassName
{
border-color: #BC771C;
}
</style>