Shades of Pirate Gold #BC711D
Tints of Pirate Gold #BC711D
RGB
CMYK
RGB Variations
Color information
#BC711D (or 0xBC711D) is known color: Pirate Gold. HEX triplet: BC, 71 and 1D. RGB value is (188,113,29). Sum of RGB (Red+Green+Blue) = 188+113+29=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC711D is #438EE2. Grayscale: #7E7E7E. Windows color (decimal): -4427491 or 1929660. OLE color: 1929660.
HSL color Cylindrical-coordinate representation of color #BC711D: hue angle of 31.7º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC711D is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 29 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.26 |
| HSL | 31.7º | 0.73% | 0.43% | - |
| HSV(B) | 31.7º | 0.85% | 0.74% | - |
| XYZ | 26.87 | 22.59 | 4.11 | - |
| YUV | 125.85 | 73.35 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 29 | 0 | 0.40 | 0.85 | 0.26 | 31.7 | 0.73 | 0.43 |
| Hex | BC | 71 | 1D | 0 | 28 | 55 | 1A | 20 | 49 | 2B |
| Octal | 274 | 161 | 35 | 0 | 50 | 125 | 32 | 40 | 111 | 53 |
| Binary | 10111100 | 1110001 | 11101 | 0 | 101000 | 1010101 | 11010 | 100000 | 1001001 | 101011 |
Color Harmonies of #BC711D
Complementary color
Monochromatic Colors of #BC711D
Black with #BC711D
Text Example
Text Example
White with #BC711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC711D; }
p { color: rgb(188,113,29); }
H1.HeaderClassName
{
color: #BC711D;
}
.AnyTagClassName
{
color: #BC711D;
}
</style>
background-color css
<style>
a { background-color: #BC711D; }
a { background-color: rgb(188,113,29); }
div.DivClassName
{
background-color: #BC711D;
}
.BgClassName
{
background-color: #BC711D;
}
</style>
border-color css
<style>
span { border-color: #BC711D; }
span { border-color: rgb(188,113,29); }
td.TdClassName
{
border-color: #BC711D;
}
.TagClassName
{
border-color: #BC711D;
}
</style>