Shades of Pirate Gold #BF8121
Tints of Pirate Gold #BF8121
RGB
CMYK
RGB Variations
Color information
#BF8121 (or 0xBF8121) is known color: Pirate Gold. HEX triplet: BF, 81 and 21. RGB value is (191,129,33). Sum of RGB (Red+Green+Blue) = 191+129+33=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8121 is #407EDE. Grayscale: #898989. Windows color (decimal): -4226783 or 2195903. OLE color: 2195903.
HSL color Cylindrical-coordinate representation of color #BF8121: hue angle of 36.46º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF8121 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 129 | 33 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.25 |
| HSL | 36.46º | 0.71% | 0.44% | - |
| HSV(B) | 36.46º | 0.83% | 0.75% | - |
| XYZ | 29.61 | 26.89 | 5.07 | - |
| YUV | 136.59 | 69.54 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 33 | 0 | 0.32 | 0.83 | 0.25 | 36.46 | 0.71 | 0.44 |
| Hex | BF | 81 | 21 | 0 | 20 | 53 | 19 | 24 | 47 | 2C |
| Octal | 277 | 201 | 41 | 0 | 40 | 123 | 31 | 44 | 107 | 54 |
| Binary | 10111111 | 10000001 | 100001 | 0 | 100000 | 1010011 | 11001 | 100100 | 1000111 | 101100 |
Color Harmonies of #BF8121
Complementary color
Monochromatic Colors of #BF8121
Black with #BF8121
Text Example
Text Example
White with #BF8121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8121; }
p { color: rgb(191,129,33); }
H1.HeaderClassName
{
color: #BF8121;
}
.AnyTagClassName
{
color: #BF8121;
}
</style>
background-color css
<style>
a { background-color: #BF8121; }
a { background-color: rgb(191,129,33); }
div.DivClassName
{
background-color: #BF8121;
}
.BgClassName
{
background-color: #BF8121;
}
</style>
border-color css
<style>
span { border-color: #BF8121; }
span { border-color: rgb(191,129,33); }
td.TdClassName
{
border-color: #BF8121;
}
.TagClassName
{
border-color: #BF8121;
}
</style>