Shades of Pirate Gold #BC7B21
Tints of Pirate Gold #BC7B21
RGB
CMYK
RGB Variations
Color information
#BC7B21 (or 0xBC7B21) is known color: Pirate Gold. HEX triplet: BC, 7B and 21. RGB value is (188,123,33). Sum of RGB (Red+Green+Blue) = 188+123+33=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7B21 is #4384DE. Grayscale: #848484. Windows color (decimal): -4424927 or 2194364. OLE color: 2194364.
HSL color Cylindrical-coordinate representation of color #BC7B21: hue angle of 34.84º 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 #BC7B21 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 33 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.26 |
| HSL | 34.84º | 0.7% | 0.43% | - |
| HSV(B) | 34.84º | 0.82% | 0.74% | - |
| XYZ | 28.1 | 24.97 | 4.78 | - |
| YUV | 132.18 | 72.03 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 33 | 0 | 0.35 | 0.82 | 0.26 | 34.84 | 0.7 | 0.43 |
| Hex | BC | 7B | 21 | 0 | 23 | 52 | 1A | 23 | 46 | 2B |
| Octal | 274 | 173 | 41 | 0 | 43 | 122 | 32 | 43 | 106 | 53 |
| Binary | 10111100 | 1111011 | 100001 | 0 | 100011 | 1010010 | 11010 | 100011 | 1000110 | 101011 |
Color Harmonies of #BC7B21
Complementary color
Monochromatic Colors of #BC7B21
Black with #BC7B21
Text Example
Text Example
White with #BC7B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B21; }
p { color: rgb(188,123,33); }
H1.HeaderClassName
{
color: #BC7B21;
}
.AnyTagClassName
{
color: #BC7B21;
}
</style>
background-color css
<style>
a { background-color: #BC7B21; }
a { background-color: rgb(188,123,33); }
div.DivClassName
{
background-color: #BC7B21;
}
.BgClassName
{
background-color: #BC7B21;
}
</style>
border-color css
<style>
span { border-color: #BC7B21; }
span { border-color: rgb(188,123,33); }
td.TdClassName
{
border-color: #BC7B21;
}
.TagClassName
{
border-color: #BC7B21;
}
</style>