Shades of Pirate Gold #BC7826
Tints of Pirate Gold #BC7826
RGB
CMYK
RGB Variations
Color information
#BC7826 (or 0xBC7826) is known color: Pirate Gold. HEX triplet: BC, 78 and 26. RGB value is (188,120,38). Sum of RGB (Red+Green+Blue) = 188+120+38=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7826 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7826 is #4387D9. Grayscale: #838383. Windows color (decimal): -4425690 or 2521276. OLE color: 2521276.
HSL color Cylindrical-coordinate representation of color #BC7826: hue angle of 32.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC7826 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 38 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.26 |
| HSL | 32.8º | 0.66% | 0.44% | - |
| HSV(B) | 32.8º | 0.8% | 0.74% | - |
| XYZ | 27.81 | 24.26 | 5.05 | - |
| YUV | 130.98 | 75.53 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 38 | 0 | 0.36 | 0.80 | 0.26 | 32.8 | 0.66 | 0.44 |
| Hex | BC | 78 | 26 | 0 | 24 | 50 | 1A | 21 | 42 | 2C |
| Octal | 274 | 170 | 46 | 0 | 44 | 120 | 32 | 41 | 102 | 54 |
| Binary | 10111100 | 1111000 | 100110 | 0 | 100100 | 1010000 | 11010 | 100001 | 1000010 | 101100 |
Color Harmonies of #BC7826
Complementary color
Monochromatic Colors of #BC7826
Black with #BC7826
Text Example
Text Example
White with #BC7826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7826; }
p { color: rgb(188,120,38); }
H1.HeaderClassName
{
color: #BC7826;
}
.AnyTagClassName
{
color: #BC7826;
}
</style>
background-color css
<style>
a { background-color: #BC7826; }
a { background-color: rgb(188,120,38); }
div.DivClassName
{
background-color: #BC7826;
}
.BgClassName
{
background-color: #BC7826;
}
</style>
border-color css
<style>
span { border-color: #BC7826; }
span { border-color: rgb(188,120,38); }
td.TdClassName
{
border-color: #BC7826;
}
.TagClassName
{
border-color: #BC7826;
}
</style>