Shades of Pirate Gold #BF7222
Tints of Pirate Gold #BF7222
RGB
CMYK
RGB Variations
Color information
#BF7222 (or 0xBF7222) is known color: Pirate Gold. HEX triplet: BF, 72 and 22. RGB value is (191,114,34). Sum of RGB (Red+Green+Blue) = 191+114+34=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7222 is #408DDD. Grayscale: #808080. Windows color (decimal): -4230622 or 2257599. OLE color: 2257599.
HSL color Cylindrical-coordinate representation of color #BF7222: hue angle of 30.57º 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 #BF7222 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 34 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.25 |
| HSL | 30.57º | 0.7% | 0.44% | - |
| HSV(B) | 30.57º | 0.82% | 0.75% | - |
| XYZ | 27.79 | 23.23 | 4.53 | - |
| YUV | 127.9 | 75.01 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 34 | 0 | 0.40 | 0.82 | 0.25 | 30.57 | 0.7 | 0.44 |
| Hex | BF | 72 | 22 | 0 | 28 | 52 | 19 | 1F | 46 | 2C |
| Octal | 277 | 162 | 42 | 0 | 50 | 122 | 31 | 37 | 106 | 54 |
| Binary | 10111111 | 1110010 | 100010 | 0 | 101000 | 1010010 | 11001 | 11111 | 1000110 | 101100 |
Color Harmonies of #BF7222
Complementary color
Monochromatic Colors of #BF7222
Black with #BF7222
Text Example
Text Example
White with #BF7222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7222; }
p { color: rgb(191,114,34); }
H1.HeaderClassName
{
color: #BF7222;
}
.AnyTagClassName
{
color: #BF7222;
}
</style>
background-color css
<style>
a { background-color: #BF7222; }
a { background-color: rgb(191,114,34); }
div.DivClassName
{
background-color: #BF7222;
}
.BgClassName
{
background-color: #BF7222;
}
</style>
border-color css
<style>
span { border-color: #BF7222; }
span { border-color: rgb(191,114,34); }
td.TdClassName
{
border-color: #BF7222;
}
.TagClassName
{
border-color: #BF7222;
}
</style>