Shades of Pirate Gold #BF7C2C
Tints of Pirate Gold #BF7C2C
RGB
CMYK
RGB Variations
Color information
#BF7C2C (or 0xBF7C2C) is known color: Pirate Gold. HEX triplet: BF, 7C and 2C. RGB value is (191,124,44). Sum of RGB (Red+Green+Blue) = 191+124+44=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C2C is #4083D3. Grayscale: #878787. Windows color (decimal): -4228052 or 2915519. OLE color: 2915519.
HSL color Cylindrical-coordinate representation of color #BF7C2C: hue angle of 32.65º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF7C2C is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 124 | 44 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.25 |
| HSL | 32.65º | 0.63% | 0.46% | - |
| HSV(B) | 32.65º | 0.77% | 0.75% | - |
| XYZ | 29.15 | 25.67 | 5.8 | - |
| YUV | 134.91 | 76.7 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 124 | 44 | 0 | 0.35 | 0.77 | 0.25 | 32.65 | 0.63 | 0.46 |
| Hex | BF | 7C | 2C | 0 | 23 | 4D | 19 | 21 | 3F | 2E |
| Octal | 277 | 174 | 54 | 0 | 43 | 115 | 31 | 41 | 77 | 56 |
| Binary | 10111111 | 1111100 | 101100 | 0 | 100011 | 1001101 | 11001 | 100001 | 111111 | 101110 |
Color Harmonies of #BF7C2C
Complementary color
Monochromatic Colors of #BF7C2C
Black with #BF7C2C
Text Example
Text Example
White with #BF7C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7C2C; }
p { color: rgb(191,124,44); }
H1.HeaderClassName
{
color: #BF7C2C;
}
.AnyTagClassName
{
color: #BF7C2C;
}
</style>
background-color css
<style>
a { background-color: #BF7C2C; }
a { background-color: rgb(191,124,44); }
div.DivClassName
{
background-color: #BF7C2C;
}
.BgClassName
{
background-color: #BF7C2C;
}
</style>
border-color css
<style>
span { border-color: #BF7C2C; }
span { border-color: rgb(191,124,44); }
td.TdClassName
{
border-color: #BF7C2C;
}
.TagClassName
{
border-color: #BF7C2C;
}
</style>