Shades of Pirate Gold #BC762B
Tints of Pirate Gold #BC762B
RGB
CMYK
RGB Variations
Color information
#BC762B (or 0xBC762B) is known color: Pirate Gold. HEX triplet: BC, 76 and 2B. RGB value is (188,118,43). Sum of RGB (Red+Green+Blue) = 188+118+43=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC762B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC762B is #4389D4. Grayscale: #828282. Windows color (decimal): -4426197 or 2848444. OLE color: 2848444.
HSL color Cylindrical-coordinate representation of color #BC762B: hue angle of 31.03º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC762B is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 43 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.26 |
| HSL | 31.03º | 0.63% | 0.45% | - |
| HSV(B) | 31.03º | 0.77% | 0.74% | - |
| XYZ | 27.65 | 23.82 | 5.43 | - |
| YUV | 130.38 | 78.69 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 43 | 0 | 0.37 | 0.77 | 0.26 | 31.03 | 0.63 | 0.45 |
| Hex | BC | 76 | 2B | 0 | 25 | 4D | 1A | 1F | 3F | 2D |
| Octal | 274 | 166 | 53 | 0 | 45 | 115 | 32 | 37 | 77 | 55 |
| Binary | 10111100 | 1110110 | 101011 | 0 | 100101 | 1001101 | 11010 | 11111 | 111111 | 101101 |
Color Harmonies of #BC762B
Complementary color
Monochromatic Colors of #BC762B
Black with #BC762B
Text Example
Text Example
White with #BC762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC762B; }
p { color: rgb(188,118,43); }
H1.HeaderClassName
{
color: #BC762B;
}
.AnyTagClassName
{
color: #BC762B;
}
</style>
background-color css
<style>
a { background-color: #BC762B; }
a { background-color: rgb(188,118,43); }
div.DivClassName
{
background-color: #BC762B;
}
.BgClassName
{
background-color: #BC762B;
}
</style>
border-color css
<style>
span { border-color: #BC762B; }
span { border-color: rgb(188,118,43); }
td.TdClassName
{
border-color: #BC762B;
}
.TagClassName
{
border-color: #BC762B;
}
</style>