Shades of Pirate Gold #BF7622
Tints of Pirate Gold #BF7622
RGB
CMYK
RGB Variations
Color information
#BF7622 (or 0xBF7622) is known color: Pirate Gold. HEX triplet: BF, 76 and 22. RGB value is (191,118,34). Sum of RGB (Red+Green+Blue) = 191+118+34=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7622 is #4089DD. Grayscale: #828282. Windows color (decimal): -4229598 or 2258623. OLE color: 2258623.
HSL color Cylindrical-coordinate representation of color #BF7622: hue angle of 32.1º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF7622 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 34 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.25 |
| HSL | 32.1º | 0.7% | 0.44% | - |
| HSV(B) | 32.1º | 0.82% | 0.75% | - |
| XYZ | 28.25 | 24.15 | 4.69 | - |
| YUV | 130.25 | 73.68 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 34 | 0 | 0.38 | 0.82 | 0.25 | 32.1 | 0.7 | 0.44 |
| Hex | BF | 76 | 22 | 0 | 26 | 52 | 19 | 20 | 46 | 2C |
| Octal | 277 | 166 | 42 | 0 | 46 | 122 | 31 | 40 | 106 | 54 |
| Binary | 10111111 | 1110110 | 100010 | 0 | 100110 | 1010010 | 11001 | 100000 | 1000110 | 101100 |
Color Harmonies of #BF7622
Complementary color
Monochromatic Colors of #BF7622
Black with #BF7622
Text Example
Text Example
White with #BF7622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7622; }
p { color: rgb(191,118,34); }
H1.HeaderClassName
{
color: #BF7622;
}
.AnyTagClassName
{
color: #BF7622;
}
</style>
background-color css
<style>
a { background-color: #BF7622; }
a { background-color: rgb(191,118,34); }
div.DivClassName
{
background-color: #BF7622;
}
.BgClassName
{
background-color: #BF7622;
}
</style>
border-color css
<style>
span { border-color: #BF7622; }
span { border-color: rgb(191,118,34); }
td.TdClassName
{
border-color: #BF7622;
}
.TagClassName
{
border-color: #BF7622;
}
</style>