Shades of Pirate Gold #BC791D
Tints of Pirate Gold #BC791D
RGB
CMYK
RGB Variations
Color information
#BC791D (or 0xBC791D) is known color: Pirate Gold. HEX triplet: BC, 79 and 1D. RGB value is (188,121,29). Sum of RGB (Red+Green+Blue) = 188+121+29=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC791D is #4386E2. Grayscale: #828282. Windows color (decimal): -4425443 or 1931708. OLE color: 1931708.
HSL color Cylindrical-coordinate representation of color #BC791D: hue angle of 34.72º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC791D is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 29 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.26 |
| HSL | 34.72º | 0.73% | 0.43% | - |
| HSV(B) | 34.72º | 0.85% | 0.74% | - |
| XYZ | 27.8 | 24.45 | 4.42 | - |
| YUV | 130.55 | 70.7 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 29 | 0 | 0.36 | 0.85 | 0.26 | 34.72 | 0.73 | 0.43 |
| Hex | BC | 79 | 1D | 0 | 24 | 55 | 1A | 23 | 49 | 2B |
| Octal | 274 | 171 | 35 | 0 | 44 | 125 | 32 | 43 | 111 | 53 |
| Binary | 10111100 | 1111001 | 11101 | 0 | 100100 | 1010101 | 11010 | 100011 | 1001001 | 101011 |
Color Harmonies of #BC791D
Complementary color
Monochromatic Colors of #BC791D
Black with #BC791D
Text Example
Text Example
White with #BC791D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC791D; }
p { color: rgb(188,121,29); }
H1.HeaderClassName
{
color: #BC791D;
}
.AnyTagClassName
{
color: #BC791D;
}
</style>
background-color css
<style>
a { background-color: #BC791D; }
a { background-color: rgb(188,121,29); }
div.DivClassName
{
background-color: #BC791D;
}
.BgClassName
{
background-color: #BC791D;
}
</style>
border-color css
<style>
span { border-color: #BC791D; }
span { border-color: rgb(188,121,29); }
td.TdClassName
{
border-color: #BC791D;
}
.TagClassName
{
border-color: #BC791D;
}
</style>