Shades of Pirate Gold #BC792A
Tints of Pirate Gold #BC792A
RGB
CMYK
RGB Variations
Color information
#BC792A (or 0xBC792A) is known color: Pirate Gold. HEX triplet: BC, 79 and 2A. RGB value is (188,121,42). Sum of RGB (Red+Green+Blue) = 188+121+42=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC792A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC792A is #4386D5. Grayscale: #848484. Windows color (decimal): -4425430 or 2783676. OLE color: 2783676.
HSL color Cylindrical-coordinate representation of color #BC792A: hue angle of 32.47º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC792A is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 42 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.26 |
| HSL | 32.47º | 0.63% | 0.45% | - |
| HSV(B) | 32.47º | 0.78% | 0.74% | - |
| XYZ | 27.99 | 24.53 | 5.45 | - |
| YUV | 132.03 | 77.2 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 42 | 0 | 0.36 | 0.78 | 0.26 | 32.47 | 0.63 | 0.45 |
| Hex | BC | 79 | 2A | 0 | 24 | 4E | 1A | 20 | 3F | 2D |
| Octal | 274 | 171 | 52 | 0 | 44 | 116 | 32 | 40 | 77 | 55 |
| Binary | 10111100 | 1111001 | 101010 | 0 | 100100 | 1001110 | 11010 | 100000 | 111111 | 101101 |
Color Harmonies of #BC792A
Complementary color
Monochromatic Colors of #BC792A
Black with #BC792A
Text Example
Text Example
White with #BC792A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC792A; }
p { color: rgb(188,121,42); }
H1.HeaderClassName
{
color: #BC792A;
}
.AnyTagClassName
{
color: #BC792A;
}
</style>
background-color css
<style>
a { background-color: #BC792A; }
a { background-color: rgb(188,121,42); }
div.DivClassName
{
background-color: #BC792A;
}
.BgClassName
{
background-color: #BC792A;
}
</style>
border-color css
<style>
span { border-color: #BC792A; }
span { border-color: rgb(188,121,42); }
td.TdClassName
{
border-color: #BC792A;
}
.TagClassName
{
border-color: #BC792A;
}
</style>