Shades of Pirate Gold #BC761F
Tints of Pirate Gold #BC761F
RGB
CMYK
RGB Variations
Color information
#BC761F (or 0xBC761F) is known color: Pirate Gold. HEX triplet: BC, 76 and 1F. RGB value is (188,118,31). Sum of RGB (Red+Green+Blue) = 188+118+31=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC761F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC761F is #4389E0. Grayscale: #818181. Windows color (decimal): -4426209 or 2062012. OLE color: 2062012.
HSL color Cylindrical-coordinate representation of color #BC761F: hue angle of 33.25º 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 #BC761F is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 31 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.26 |
| HSL | 33.25º | 0.72% | 0.43% | - |
| HSV(B) | 33.25º | 0.84% | 0.74% | - |
| XYZ | 27.46 | 23.75 | 4.43 | - |
| YUV | 129.01 | 72.69 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 31 | 0 | 0.37 | 0.84 | 0.26 | 33.25 | 0.72 | 0.43 |
| Hex | BC | 76 | 1F | 0 | 25 | 54 | 1A | 21 | 48 | 2B |
| Octal | 274 | 166 | 37 | 0 | 45 | 124 | 32 | 41 | 110 | 53 |
| Binary | 10111100 | 1110110 | 11111 | 0 | 100101 | 1010100 | 11010 | 100001 | 1001000 | 101011 |
Color Harmonies of #BC761F
Complementary color
Monochromatic Colors of #BC761F
Black with #BC761F
Text Example
Text Example
White with #BC761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC761F; }
p { color: rgb(188,118,31); }
H1.HeaderClassName
{
color: #BC761F;
}
.AnyTagClassName
{
color: #BC761F;
}
</style>
background-color css
<style>
a { background-color: #BC761F; }
a { background-color: rgb(188,118,31); }
div.DivClassName
{
background-color: #BC761F;
}
.BgClassName
{
background-color: #BC761F;
}
</style>
border-color css
<style>
span { border-color: #BC761F; }
span { border-color: rgb(188,118,31); }
td.TdClassName
{
border-color: #BC761F;
}
.TagClassName
{
border-color: #BC761F;
}
</style>