Shades of Pirate Gold #BC7E2D
Tints of Pirate Gold #BC7E2D
RGB
CMYK
RGB Variations
Color information
#BC7E2D (or 0xBC7E2D) is known color: Pirate Gold. HEX triplet: BC, 7E and 2D. RGB value is (188,126,45). Sum of RGB (Red+Green+Blue) = 188+126+45=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7E2D is #4381D2. Grayscale: #878787. Windows color (decimal): -4424147 or 2981564. OLE color: 2981564.
HSL color Cylindrical-coordinate representation of color #BC7E2D: hue angle of 33.99º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC7E2D is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 45 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.26 |
| HSL | 33.99º | 0.61% | 0.46% | - |
| HSV(B) | 33.99º | 0.76% | 0.74% | - |
| XYZ | 28.67 | 25.8 | 5.95 | - |
| YUV | 135.3 | 77.04 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 45 | 0 | 0.33 | 0.76 | 0.26 | 33.99 | 0.61 | 0.46 |
| Hex | BC | 7E | 2D | 0 | 21 | 4C | 1A | 22 | 3D | 2E |
| Octal | 274 | 176 | 55 | 0 | 41 | 114 | 32 | 42 | 75 | 56 |
| Binary | 10111100 | 1111110 | 101101 | 0 | 100001 | 1001100 | 11010 | 100010 | 111101 | 101110 |
Color Harmonies of #BC7E2D
Complementary color
Monochromatic Colors of #BC7E2D
Black with #BC7E2D
Text Example
Text Example
White with #BC7E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E2D; }
p { color: rgb(188,126,45); }
H1.HeaderClassName
{
color: #BC7E2D;
}
.AnyTagClassName
{
color: #BC7E2D;
}
</style>
background-color css
<style>
a { background-color: #BC7E2D; }
a { background-color: rgb(188,126,45); }
div.DivClassName
{
background-color: #BC7E2D;
}
.BgClassName
{
background-color: #BC7E2D;
}
</style>
border-color css
<style>
span { border-color: #BC7E2D; }
span { border-color: rgb(188,126,45); }
td.TdClassName
{
border-color: #BC7E2D;
}
.TagClassName
{
border-color: #BC7E2D;
}
</style>