Shades of Pirate Gold #BF771D
Tints of Pirate Gold #BF771D
RGB
CMYK
RGB Variations
Color information
#BF771D (or 0xBF771D) is known color: Pirate Gold. HEX triplet: BF, 77 and 1D. RGB value is (191,119,29). Sum of RGB (Red+Green+Blue) = 191+119+29=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF771D is #4088E2. Grayscale: #828282. Windows color (decimal): -4229347 or 1931199. OLE color: 1931199.
HSL color Cylindrical-coordinate representation of color #BF771D: hue angle of 33.33º 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 #BF771D is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 119 | 29 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.25 |
| HSL | 33.33º | 0.74% | 0.43% | - |
| HSV(B) | 33.33º | 0.85% | 0.75% | - |
| XYZ | 28.3 | 24.36 | 4.37 | - |
| YUV | 130.27 | 70.85 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 29 | 0 | 0.38 | 0.85 | 0.25 | 33.33 | 0.74 | 0.43 |
| Hex | BF | 77 | 1D | 0 | 26 | 55 | 19 | 21 | 4A | 2B |
| Octal | 277 | 167 | 35 | 0 | 46 | 125 | 31 | 41 | 112 | 53 |
| Binary | 10111111 | 1110111 | 11101 | 0 | 100110 | 1010101 | 11001 | 100001 | 1001010 | 101011 |
Color Harmonies of #BF771D
Complementary color
Monochromatic Colors of #BF771D
Black with #BF771D
Text Example
Text Example
White with #BF771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF771D; }
p { color: rgb(191,119,29); }
H1.HeaderClassName
{
color: #BF771D;
}
.AnyTagClassName
{
color: #BF771D;
}
</style>
background-color css
<style>
a { background-color: #BF771D; }
a { background-color: rgb(191,119,29); }
div.DivClassName
{
background-color: #BF771D;
}
.BgClassName
{
background-color: #BF771D;
}
</style>
border-color css
<style>
span { border-color: #BF771D; }
span { border-color: rgb(191,119,29); }
td.TdClassName
{
border-color: #BF771D;
}
.TagClassName
{
border-color: #BF771D;
}
</style>