Shades of Pirate Gold #BC7821
Tints of Pirate Gold #BC7821
RGB
CMYK
RGB Variations
Color information
#BC7821 (or 0xBC7821) is known color: Pirate Gold. HEX triplet: BC, 78 and 21. RGB value is (188,120,33). Sum of RGB (Red+Green+Blue) = 188+120+33=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7821 is #4387DE. Grayscale: #828282. Windows color (decimal): -4425695 or 2193596. OLE color: 2193596.
HSL color Cylindrical-coordinate representation of color #BC7821: hue angle of 33.68º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC7821 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 33 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.26 |
| HSL | 33.68º | 0.7% | 0.43% | - |
| HSV(B) | 33.68º | 0.82% | 0.74% | - |
| XYZ | 27.73 | 24.23 | 4.65 | - |
| YUV | 130.41 | 73.03 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 33 | 0 | 0.36 | 0.82 | 0.26 | 33.68 | 0.7 | 0.43 |
| Hex | BC | 78 | 21 | 0 | 24 | 52 | 1A | 22 | 46 | 2B |
| Octal | 274 | 170 | 41 | 0 | 44 | 122 | 32 | 42 | 106 | 53 |
| Binary | 10111100 | 1111000 | 100001 | 0 | 100100 | 1010010 | 11010 | 100010 | 1000110 | 101011 |
Color Harmonies of #BC7821
Complementary color
Monochromatic Colors of #BC7821
Black with #BC7821
Text Example
Text Example
White with #BC7821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7821; }
p { color: rgb(188,120,33); }
H1.HeaderClassName
{
color: #BC7821;
}
.AnyTagClassName
{
color: #BC7821;
}
</style>
background-color css
<style>
a { background-color: #BC7821; }
a { background-color: rgb(188,120,33); }
div.DivClassName
{
background-color: #BC7821;
}
.BgClassName
{
background-color: #BC7821;
}
</style>
border-color css
<style>
span { border-color: #BC7821; }
span { border-color: rgb(188,120,33); }
td.TdClassName
{
border-color: #BC7821;
}
.TagClassName
{
border-color: #BC7821;
}
</style>