Shades of Pirate Gold #BF791D
Tints of Pirate Gold #BF791D
RGB
CMYK
RGB Variations
Color information
#BF791D (or 0xBF791D) is known color: Pirate Gold. HEX triplet: BF, 79 and 1D. RGB value is (191,121,29). Sum of RGB (Red+Green+Blue) = 191+121+29=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF791D is #4086E2. Grayscale: #838383. Windows color (decimal): -4228835 or 1931711. OLE color: 1931711.
HSL color Cylindrical-coordinate representation of color #BF791D: hue angle of 34.07º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF791D is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 29 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.25 |
| HSL | 34.07º | 0.74% | 0.43% | - |
| HSV(B) | 34.07º | 0.85% | 0.75% | - |
| XYZ | 28.55 | 24.84 | 4.45 | - |
| YUV | 131.44 | 70.19 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 29 | 0 | 0.37 | 0.85 | 0.25 | 34.07 | 0.74 | 0.43 |
| Hex | BF | 79 | 1D | 0 | 25 | 55 | 19 | 22 | 4A | 2B |
| Octal | 277 | 171 | 35 | 0 | 45 | 125 | 31 | 42 | 112 | 53 |
| Binary | 10111111 | 1111001 | 11101 | 0 | 100101 | 1010101 | 11001 | 100010 | 1001010 | 101011 |
Color Harmonies of #BF791D
Complementary color
Monochromatic Colors of #BF791D
Black with #BF791D
Text Example
Text Example
White with #BF791D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF791D; }
p { color: rgb(191,121,29); }
H1.HeaderClassName
{
color: #BF791D;
}
.AnyTagClassName
{
color: #BF791D;
}
</style>
background-color css
<style>
a { background-color: #BF791D; }
a { background-color: rgb(191,121,29); }
div.DivClassName
{
background-color: #BF791D;
}
.BgClassName
{
background-color: #BF791D;
}
</style>
border-color css
<style>
span { border-color: #BF791D; }
span { border-color: rgb(191,121,29); }
td.TdClassName
{
border-color: #BF791D;
}
.TagClassName
{
border-color: #BF791D;
}
</style>