Shades of Pirate Gold #BF7122
Tints of Pirate Gold #BF7122
RGB
CMYK
RGB Variations
Color information
#BF7122 (or 0xBF7122) is known color: Pirate Gold. HEX triplet: BF, 71 and 22. RGB value is (191,113,34). Sum of RGB (Red+Green+Blue) = 191+113+34=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7122 is #408EDD. Grayscale: #7F7F7F. Windows color (decimal): -4230878 or 2257343. OLE color: 2257343.
HSL color Cylindrical-coordinate representation of color #BF7122: hue angle of 30.19º 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 #BF7122 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 113 | 34 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.25 |
| HSL | 30.19º | 0.7% | 0.44% | - |
| HSV(B) | 30.19º | 0.82% | 0.75% | - |
| XYZ | 27.68 | 23 | 4.49 | - |
| YUV | 127.32 | 75.34 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 34 | 0 | 0.41 | 0.82 | 0.25 | 30.19 | 0.7 | 0.44 |
| Hex | BF | 71 | 22 | 0 | 29 | 52 | 19 | 1E | 46 | 2C |
| Octal | 277 | 161 | 42 | 0 | 51 | 122 | 31 | 36 | 106 | 54 |
| Binary | 10111111 | 1110001 | 100010 | 0 | 101001 | 1010010 | 11001 | 11110 | 1000110 | 101100 |
Color Harmonies of #BF7122
Complementary color
Monochromatic Colors of #BF7122
Black with #BF7122
Text Example
Text Example
White with #BF7122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7122; }
p { color: rgb(191,113,34); }
H1.HeaderClassName
{
color: #BF7122;
}
.AnyTagClassName
{
color: #BF7122;
}
</style>
background-color css
<style>
a { background-color: #BF7122; }
a { background-color: rgb(191,113,34); }
div.DivClassName
{
background-color: #BF7122;
}
.BgClassName
{
background-color: #BF7122;
}
</style>
border-color css
<style>
span { border-color: #BF7122; }
span { border-color: rgb(191,113,34); }
td.TdClassName
{
border-color: #BF7122;
}
.TagClassName
{
border-color: #BF7122;
}
</style>