Shades of Pirate Gold #BC801B
Tints of Pirate Gold #BC801B
RGB
CMYK
RGB Variations
Color information
#BC801B (or 0xBC801B) is known color: Pirate Gold. HEX triplet: BC, 80 and 1B. RGB value is (188,128,27). Sum of RGB (Red+Green+Blue) = 188+128+27=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC801B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC801B is #437FE4. Grayscale: #868686. Windows color (decimal): -4423653 or 1802428. OLE color: 1802428.
HSL color Cylindrical-coordinate representation of color #BC801B: hue angle of 37.64º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC801B is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 27 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.26 |
| HSL | 37.64º | 0.75% | 0.42% | - |
| HSV(B) | 37.64º | 0.86% | 0.74% | - |
| XYZ | 28.66 | 26.21 | 4.59 | - |
| YUV | 134.43 | 67.38 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 27 | 0 | 0.32 | 0.86 | 0.26 | 37.64 | 0.75 | 0.42 |
| Hex | BC | 80 | 1B | 0 | 20 | 56 | 1A | 26 | 4B | 2A |
| Octal | 274 | 200 | 33 | 0 | 40 | 126 | 32 | 46 | 113 | 52 |
| Binary | 10111100 | 10000000 | 11011 | 0 | 100000 | 1010110 | 11010 | 100110 | 1001011 | 101010 |
Color Harmonies of #BC801B
Complementary color
Monochromatic Colors of #BC801B
Black with #BC801B
Text Example
Text Example
White with #BC801B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC801B; }
p { color: rgb(188,128,27); }
H1.HeaderClassName
{
color: #BC801B;
}
.AnyTagClassName
{
color: #BC801B;
}
</style>
background-color css
<style>
a { background-color: #BC801B; }
a { background-color: rgb(188,128,27); }
div.DivClassName
{
background-color: #BC801B;
}
.BgClassName
{
background-color: #BC801B;
}
</style>
border-color css
<style>
span { border-color: #BC801B; }
span { border-color: rgb(188,128,27); }
td.TdClassName
{
border-color: #BC801B;
}
.TagClassName
{
border-color: #BC801B;
}
</style>