Shades of Pirate Gold #BC7B31
Tints of Pirate Gold #BC7B31
RGB
CMYK
RGB Variations
Color information
#BC7B31 (or 0xBC7B31) is known color: Pirate Gold. HEX triplet: BC, 7B and 31. RGB value is (188,123,49). Sum of RGB (Red+Green+Blue) = 188+123+49=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7B31 is #4384CE. Grayscale: #868686. Windows color (decimal): -4424911 or 3242940. OLE color: 3242940.
HSL color Cylindrical-coordinate representation of color #BC7B31: hue angle of 31.94º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC7B31 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 123 | 49 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.26 |
| HSL | 31.94º | 0.59% | 0.46% | - |
| HSV(B) | 31.94º | 0.74% | 0.74% | - |
| XYZ | 28.38 | 25.08 | 6.25 | - |
| YUV | 134 | 80.03 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 49 | 0 | 0.35 | 0.74 | 0.26 | 31.94 | 0.59 | 0.46 |
| Hex | BC | 7B | 31 | 0 | 23 | 4A | 1A | 20 | 3B | 2E |
| Octal | 274 | 173 | 61 | 0 | 43 | 112 | 32 | 40 | 73 | 56 |
| Binary | 10111100 | 1111011 | 110001 | 0 | 100011 | 1001010 | 11010 | 100000 | 111011 | 101110 |
Color Harmonies of #BC7B31
Complementary color
Monochromatic Colors of #BC7B31
Black with #BC7B31
Text Example
Text Example
White with #BC7B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7B31; }
p { color: rgb(188,123,49); }
H1.HeaderClassName
{
color: #BC7B31;
}
.AnyTagClassName
{
color: #BC7B31;
}
</style>
background-color css
<style>
a { background-color: #BC7B31; }
a { background-color: rgb(188,123,49); }
div.DivClassName
{
background-color: #BC7B31;
}
.BgClassName
{
background-color: #BC7B31;
}
</style>
border-color css
<style>
span { border-color: #BC7B31; }
span { border-color: rgb(188,123,49); }
td.TdClassName
{
border-color: #BC7B31;
}
.TagClassName
{
border-color: #BC7B31;
}
</style>