Shades of Pirate Gold #BC802B
Tints of Pirate Gold #BC802B
RGB
CMYK
RGB Variations
Color information
#BC802B (or 0xBC802B) is known color: Pirate Gold. HEX triplet: BC, 80 and 2B. RGB value is (188,128,43). Sum of RGB (Red+Green+Blue) = 188+128+43=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 43 (17.19% from 255 or 11.98% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC802B is #437FD4. Grayscale: #888888. Windows color (decimal): -4423637 or 2851004. OLE color: 2851004.
HSL color Cylindrical-coordinate representation of color #BC802B: hue angle of 35.17º 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 #BC802B is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 43 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.26 |
| HSL | 35.17º | 0.63% | 0.45% | - |
| HSV(B) | 35.17º | 0.77% | 0.74% | - |
| XYZ | 28.89 | 26.3 | 5.84 | - |
| YUV | 136.25 | 75.38 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 43 | 0 | 0.32 | 0.77 | 0.26 | 35.17 | 0.63 | 0.45 |
| Hex | BC | 80 | 2B | 0 | 20 | 4D | 1A | 23 | 3F | 2D |
| Octal | 274 | 200 | 53 | 0 | 40 | 115 | 32 | 43 | 77 | 55 |
| Binary | 10111100 | 10000000 | 101011 | 0 | 100000 | 1001101 | 11010 | 100011 | 111111 | 101101 |
Color Harmonies of #BC802B
Complementary color
Monochromatic Colors of #BC802B
Black with #BC802B
Text Example
Text Example
White with #BC802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC802B; }
p { color: rgb(188,128,43); }
H1.HeaderClassName
{
color: #BC802B;
}
.AnyTagClassName
{
color: #BC802B;
}
</style>
background-color css
<style>
a { background-color: #BC802B; }
a { background-color: rgb(188,128,43); }
div.DivClassName
{
background-color: #BC802B;
}
.BgClassName
{
background-color: #BC802B;
}
</style>
border-color css
<style>
span { border-color: #BC802B; }
span { border-color: rgb(188,128,43); }
td.TdClassName
{
border-color: #BC802B;
}
.TagClassName
{
border-color: #BC802B;
}
</style>