Shades of Pirate Gold #BC6A1A
Tints of Pirate Gold #BC6A1A
RGB
CMYK
RGB Variations
Color information
#BC6A1A (or 0xBC6A1A) is known color: Pirate Gold. HEX triplet: BC, 6A and 1A. RGB value is (188,106,26). Sum of RGB (Red+Green+Blue) = 188+106+26=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6A1A is #4395E5. Grayscale: #797979. Windows color (decimal): -4429286 or 1731260. OLE color: 1731260.
HSL color Cylindrical-coordinate representation of color #BC6A1A: hue angle of 29.63º degrees, saturation: 0.76, 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 #BC6A1A is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 106 | 26 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.26 |
| HSL | 29.63º | 0.76% | 0.42% | - |
| HSV(B) | 29.63º | 0.86% | 0.74% | - |
| XYZ | 26.08 | 21.07 | 3.67 | - |
| YUV | 121.4 | 74.17 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 26 | 0 | 0.44 | 0.86 | 0.26 | 29.63 | 0.76 | 0.42 |
| Hex | BC | 6A | 1A | 0 | 2C | 56 | 1A | 1E | 4C | 2A |
| Octal | 274 | 152 | 32 | 0 | 54 | 126 | 32 | 36 | 114 | 52 |
| Binary | 10111100 | 1101010 | 11010 | 0 | 101100 | 1010110 | 11010 | 11110 | 1001100 | 101010 |
Color Harmonies of #BC6A1A
Complementary color
Monochromatic Colors of #BC6A1A
Black with #BC6A1A
Text Example
Text Example
White with #BC6A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6A1A; }
p { color: rgb(188,106,26); }
H1.HeaderClassName
{
color: #BC6A1A;
}
.AnyTagClassName
{
color: #BC6A1A;
}
</style>
background-color css
<style>
a { background-color: #BC6A1A; }
a { background-color: rgb(188,106,26); }
div.DivClassName
{
background-color: #BC6A1A;
}
.BgClassName
{
background-color: #BC6A1A;
}
</style>
border-color css
<style>
span { border-color: #BC6A1A; }
span { border-color: rgb(188,106,26); }
td.TdClassName
{
border-color: #BC6A1A;
}
.TagClassName
{
border-color: #BC6A1A;
}
</style>