Shades of Pirate Gold #BF7A1F
Tints of Pirate Gold #BF7A1F
RGB
CMYK
RGB Variations
Color information
#BF7A1F (or 0xBF7A1F) is known color: Pirate Gold. HEX triplet: BF, 7A and 1F. RGB value is (191,122,31). Sum of RGB (Red+Green+Blue) = 191+122+31=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7A1F is #4085E0. Grayscale: #848484. Windows color (decimal): -4228577 or 2063039. OLE color: 2063039.
HSL color Cylindrical-coordinate representation of color #BF7A1F: hue angle of 34.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF7A1F is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 122 | 31 | - |
| CMYK | 0 | 0.36 | 0.84 | 0.25 |
| HSL | 34.13º | 0.72% | 0.44% | - |
| HSV(B) | 34.13º | 0.84% | 0.75% | - |
| XYZ | 28.69 | 25.09 | 4.63 | - |
| YUV | 132.26 | 70.86 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 122 | 31 | 0 | 0.36 | 0.84 | 0.25 | 34.13 | 0.72 | 0.44 |
| Hex | BF | 7A | 1F | 0 | 24 | 54 | 19 | 22 | 48 | 2C |
| Octal | 277 | 172 | 37 | 0 | 44 | 124 | 31 | 42 | 110 | 54 |
| Binary | 10111111 | 1111010 | 11111 | 0 | 100100 | 1010100 | 11001 | 100010 | 1001000 | 101100 |
Color Harmonies of #BF7A1F
Complementary color
Monochromatic Colors of #BF7A1F
Black with #BF7A1F
Text Example
Text Example
White with #BF7A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7A1F; }
p { color: rgb(191,122,31); }
H1.HeaderClassName
{
color: #BF7A1F;
}
.AnyTagClassName
{
color: #BF7A1F;
}
</style>
background-color css
<style>
a { background-color: #BF7A1F; }
a { background-color: rgb(191,122,31); }
div.DivClassName
{
background-color: #BF7A1F;
}
.BgClassName
{
background-color: #BF7A1F;
}
</style>
border-color css
<style>
span { border-color: #BF7A1F; }
span { border-color: rgb(191,122,31); }
td.TdClassName
{
border-color: #BF7A1F;
}
.TagClassName
{
border-color: #BF7A1F;
}
</style>