Shades of Pirate Gold #BC7A1C
Tints of Pirate Gold #BC7A1C
RGB
CMYK
RGB Variations
Color information
#BC7A1C (or 0xBC7A1C) is known color: Pirate Gold. HEX triplet: BC, 7A and 1C. RGB value is (188,122,28). Sum of RGB (Red+Green+Blue) = 188+122+28=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7A1C is #4385E3. Grayscale: #838383. Windows color (decimal): -4425188 or 1866428. OLE color: 1866428.
HSL color Cylindrical-coordinate representation of color #BC7A1C: hue angle of 35.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC7A1C is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 28 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.26 |
| HSL | 35.25º | 0.74% | 0.42% | - |
| HSV(B) | 35.25º | 0.85% | 0.74% | - |
| XYZ | 27.91 | 24.69 | 4.39 | - |
| YUV | 131.02 | 69.87 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 28 | 0 | 0.35 | 0.85 | 0.26 | 35.25 | 0.74 | 0.42 |
| Hex | BC | 7A | 1C | 0 | 23 | 55 | 1A | 23 | 4A | 2A |
| Octal | 274 | 172 | 34 | 0 | 43 | 125 | 32 | 43 | 112 | 52 |
| Binary | 10111100 | 1111010 | 11100 | 0 | 100011 | 1010101 | 11010 | 100011 | 1001010 | 101010 |
Color Harmonies of #BC7A1C
Complementary color
Monochromatic Colors of #BC7A1C
Black with #BC7A1C
Text Example
Text Example
White with #BC7A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A1C; }
p { color: rgb(188,122,28); }
H1.HeaderClassName
{
color: #BC7A1C;
}
.AnyTagClassName
{
color: #BC7A1C;
}
</style>
background-color css
<style>
a { background-color: #BC7A1C; }
a { background-color: rgb(188,122,28); }
div.DivClassName
{
background-color: #BC7A1C;
}
.BgClassName
{
background-color: #BC7A1C;
}
</style>
border-color css
<style>
span { border-color: #BC7A1C; }
span { border-color: rgb(188,122,28); }
td.TdClassName
{
border-color: #BC7A1C;
}
.TagClassName
{
border-color: #BC7A1C;
}
</style>