Shades of Pirate Gold #BC792D
Tints of Pirate Gold #BC792D
RGB
CMYK
RGB Variations
Color information
#BC792D (or 0xBC792D) is known color: Pirate Gold. HEX triplet: BC, 79 and 2D. RGB value is (188,121,45). Sum of RGB (Red+Green+Blue) = 188+121+45=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC792D is #4386D2. Grayscale: #848484. Windows color (decimal): -4425427 or 2980284. OLE color: 2980284.
HSL color Cylindrical-coordinate representation of color #BC792D: hue angle of 31.89º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC792D is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 45 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.26 |
| HSL | 31.89º | 0.61% | 0.46% | - |
| HSV(B) | 31.89º | 0.76% | 0.74% | - |
| XYZ | 28.05 | 24.56 | 5.74 | - |
| YUV | 132.37 | 78.7 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 45 | 0 | 0.36 | 0.76 | 0.26 | 31.89 | 0.61 | 0.46 |
| Hex | BC | 79 | 2D | 0 | 24 | 4C | 1A | 20 | 3D | 2E |
| Octal | 274 | 171 | 55 | 0 | 44 | 114 | 32 | 40 | 75 | 56 |
| Binary | 10111100 | 1111001 | 101101 | 0 | 100100 | 1001100 | 11010 | 100000 | 111101 | 101110 |
Color Harmonies of #BC792D
Complementary color
Monochromatic Colors of #BC792D
Black with #BC792D
Text Example
Text Example
White with #BC792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC792D; }
p { color: rgb(188,121,45); }
H1.HeaderClassName
{
color: #BC792D;
}
.AnyTagClassName
{
color: #BC792D;
}
</style>
background-color css
<style>
a { background-color: #BC792D; }
a { background-color: rgb(188,121,45); }
div.DivClassName
{
background-color: #BC792D;
}
.BgClassName
{
background-color: #BC792D;
}
</style>
border-color css
<style>
span { border-color: #BC792D; }
span { border-color: rgb(188,121,45); }
td.TdClassName
{
border-color: #BC792D;
}
.TagClassName
{
border-color: #BC792D;
}
</style>