Shades of Pirate Gold #BF7A2D
Tints of Pirate Gold #BF7A2D
RGB
CMYK
RGB Variations
Color information
#BF7A2D (or 0xBF7A2D) is known color: Pirate Gold. HEX triplet: BF, 7A and 2D. RGB value is (191,122,45). Sum of RGB (Red+Green+Blue) = 191+122+45=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7A2D is #4085D2. Grayscale: #868686. Windows color (decimal): -4228563 or 2980543. OLE color: 2980543.
HSL color Cylindrical-coordinate representation of color #BF7A2D: hue angle of 31.64º 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 #BF7A2D is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 122 | 45 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.25 |
| HSL | 31.64º | 0.62% | 0.46% | - |
| HSV(B) | 31.64º | 0.76% | 0.75% | - |
| XYZ | 28.92 | 25.18 | 5.82 | - |
| YUV | 133.85 | 77.86 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 122 | 45 | 0 | 0.36 | 0.76 | 0.25 | 31.64 | 0.62 | 0.46 |
| Hex | BF | 7A | 2D | 0 | 24 | 4C | 19 | 20 | 3E | 2E |
| Octal | 277 | 172 | 55 | 0 | 44 | 114 | 31 | 40 | 76 | 56 |
| Binary | 10111111 | 1111010 | 101101 | 0 | 100100 | 1001100 | 11001 | 100000 | 111110 | 101110 |
Color Harmonies of #BF7A2D
Complementary color
Monochromatic Colors of #BF7A2D
Black with #BF7A2D
Text Example
Text Example
White with #BF7A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7A2D; }
p { color: rgb(191,122,45); }
H1.HeaderClassName
{
color: #BF7A2D;
}
.AnyTagClassName
{
color: #BF7A2D;
}
</style>
background-color css
<style>
a { background-color: #BF7A2D; }
a { background-color: rgb(191,122,45); }
div.DivClassName
{
background-color: #BF7A2D;
}
.BgClassName
{
background-color: #BF7A2D;
}
</style>
border-color css
<style>
span { border-color: #BF7A2D; }
span { border-color: rgb(191,122,45); }
td.TdClassName
{
border-color: #BF7A2D;
}
.TagClassName
{
border-color: #BF7A2D;
}
</style>