Shades of Pirate Gold #BF792D
Tints of Pirate Gold #BF792D
RGB
CMYK
RGB Variations
Color information
#BF792D (or 0xBF792D) is known color: Pirate Gold. HEX triplet: BF, 79 and 2D. RGB value is (191,121,45). Sum of RGB (Red+Green+Blue) = 191+121+45=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF792D is #4086D2. Grayscale: #858585. Windows color (decimal): -4228819 or 2980287. OLE color: 2980287.
HSL color Cylindrical-coordinate representation of color #BF792D: hue angle of 31.23º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF792D is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 45 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.25 |
| HSL | 31.23º | 0.62% | 0.46% | - |
| HSV(B) | 31.23º | 0.76% | 0.75% | - |
| XYZ | 28.8 | 24.94 | 5.78 | - |
| YUV | 133.27 | 78.19 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 45 | 0 | 0.37 | 0.76 | 0.25 | 31.23 | 0.62 | 0.46 |
| Hex | BF | 79 | 2D | 0 | 25 | 4C | 19 | 1F | 3E | 2E |
| Octal | 277 | 171 | 55 | 0 | 45 | 114 | 31 | 37 | 76 | 56 |
| Binary | 10111111 | 1111001 | 101101 | 0 | 100101 | 1001100 | 11001 | 11111 | 111110 | 101110 |
Color Harmonies of #BF792D
Complementary color
Monochromatic Colors of #BF792D
Black with #BF792D
Text Example
Text Example
White with #BF792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF792D; }
p { color: rgb(191,121,45); }
H1.HeaderClassName
{
color: #BF792D;
}
.AnyTagClassName
{
color: #BF792D;
}
</style>
background-color css
<style>
a { background-color: #BF792D; }
a { background-color: rgb(191,121,45); }
div.DivClassName
{
background-color: #BF792D;
}
.BgClassName
{
background-color: #BF792D;
}
</style>
border-color css
<style>
span { border-color: #BF792D; }
span { border-color: rgb(191,121,45); }
td.TdClassName
{
border-color: #BF792D;
}
.TagClassName
{
border-color: #BF792D;
}
</style>