Shades of Pirate Gold #BF811D
Tints of Pirate Gold #BF811D
RGB
CMYK
RGB Variations
Color information
#BF811D (or 0xBF811D) is known color: Pirate Gold. HEX triplet: BF, 81 and 1D. RGB value is (191,129,29). Sum of RGB (Red+Green+Blue) = 191+129+29=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF811D is #407EE2. Grayscale: #888888. Windows color (decimal): -4226787 or 1933759. OLE color: 1933759.
HSL color Cylindrical-coordinate representation of color #BF811D: hue angle of 37.04º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF811D is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 129 | 29 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.25 |
| HSL | 37.04º | 0.74% | 0.43% | - |
| HSV(B) | 37.04º | 0.85% | 0.75% | - |
| XYZ | 29.56 | 26.87 | 4.79 | - |
| YUV | 136.14 | 67.54 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 29 | 0 | 0.32 | 0.85 | 0.25 | 37.04 | 0.74 | 0.43 |
| Hex | BF | 81 | 1D | 0 | 20 | 55 | 19 | 25 | 4A | 2B |
| Octal | 277 | 201 | 35 | 0 | 40 | 125 | 31 | 45 | 112 | 53 |
| Binary | 10111111 | 10000001 | 11101 | 0 | 100000 | 1010101 | 11001 | 100101 | 1001010 | 101011 |
Color Harmonies of #BF811D
Complementary color
Monochromatic Colors of #BF811D
Black with #BF811D
Text Example
Text Example
White with #BF811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF811D; }
p { color: rgb(191,129,29); }
H1.HeaderClassName
{
color: #BF811D;
}
.AnyTagClassName
{
color: #BF811D;
}
</style>
background-color css
<style>
a { background-color: #BF811D; }
a { background-color: rgb(191,129,29); }
div.DivClassName
{
background-color: #BF811D;
}
.BgClassName
{
background-color: #BF811D;
}
</style>
border-color css
<style>
span { border-color: #BF811D; }
span { border-color: rgb(191,129,29); }
td.TdClassName
{
border-color: #BF811D;
}
.TagClassName
{
border-color: #BF811D;
}
</style>