Shades of Pirate Gold #BC771A
Tints of Pirate Gold #BC771A
RGB
CMYK
RGB Variations
Color information
#BC771A (or 0xBC771A) is known color: Pirate Gold. HEX triplet: BC, 77 and 1A. RGB value is (188,119,26). Sum of RGB (Red+Green+Blue) = 188+119+26=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC771A is #4388E5. Grayscale: #818181. Windows color (decimal): -4425958 or 1734588. OLE color: 1734588.
HSL color Cylindrical-coordinate representation of color #BC771A: hue angle of 34.44º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC771A is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 26 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.26 |
| HSL | 34.44º | 0.76% | 0.42% | - |
| HSV(B) | 34.44º | 0.86% | 0.74% | - |
| XYZ | 27.52 | 23.96 | 4.15 | - |
| YUV | 129.03 | 69.86 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 26 | 0 | 0.37 | 0.86 | 0.26 | 34.44 | 0.76 | 0.42 |
| Hex | BC | 77 | 1A | 0 | 25 | 56 | 1A | 22 | 4C | 2A |
| Octal | 274 | 167 | 32 | 0 | 45 | 126 | 32 | 42 | 114 | 52 |
| Binary | 10111100 | 1110111 | 11010 | 0 | 100101 | 1010110 | 11010 | 100010 | 1001100 | 101010 |
Color Harmonies of #BC771A
Complementary color
Monochromatic Colors of #BC771A
Black with #BC771A
Text Example
Text Example
White with #BC771A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC771A; }
p { color: rgb(188,119,26); }
H1.HeaderClassName
{
color: #BC771A;
}
.AnyTagClassName
{
color: #BC771A;
}
</style>
background-color css
<style>
a { background-color: #BC771A; }
a { background-color: rgb(188,119,26); }
div.DivClassName
{
background-color: #BC771A;
}
.BgClassName
{
background-color: #BC771A;
}
</style>
border-color css
<style>
span { border-color: #BC771A; }
span { border-color: rgb(188,119,26); }
td.TdClassName
{
border-color: #BC771A;
}
.TagClassName
{
border-color: #BC771A;
}
</style>