Shades of Pirate Gold #BF7F1B
Tints of Pirate Gold #BF7F1B
RGB
CMYK
RGB Variations
Color information
#BF7F1B (or 0xBF7F1B) is known color: Pirate Gold. HEX triplet: BF, 7F and 1B. RGB value is (191,127,27). Sum of RGB (Red+Green+Blue) = 191+127+27=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7F1B is #4080E4. Grayscale: #878787. Windows color (decimal): -4227301 or 1802175. OLE color: 1802175.
HSL color Cylindrical-coordinate representation of color #BF7F1B: hue angle of 36.59º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF7F1B is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 127 | 27 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.25 |
| HSL | 36.59º | 0.75% | 0.43% | - |
| HSV(B) | 36.59º | 0.86% | 0.75% | - |
| XYZ | 29.27 | 26.33 | 4.58 | - |
| YUV | 134.74 | 67.2 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 27 | 0 | 0.34 | 0.86 | 0.25 | 36.59 | 0.75 | 0.43 |
| Hex | BF | 7F | 1B | 0 | 22 | 56 | 19 | 25 | 4B | 2B |
| Octal | 277 | 177 | 33 | 0 | 42 | 126 | 31 | 45 | 113 | 53 |
| Binary | 10111111 | 1111111 | 11011 | 0 | 100010 | 1010110 | 11001 | 100101 | 1001011 | 101011 |
Color Harmonies of #BF7F1B
Complementary color
Monochromatic Colors of #BF7F1B
Black with #BF7F1B
Text Example
Text Example
White with #BF7F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7F1B; }
p { color: rgb(191,127,27); }
H1.HeaderClassName
{
color: #BF7F1B;
}
.AnyTagClassName
{
color: #BF7F1B;
}
</style>
background-color css
<style>
a { background-color: #BF7F1B; }
a { background-color: rgb(191,127,27); }
div.DivClassName
{
background-color: #BF7F1B;
}
.BgClassName
{
background-color: #BF7F1B;
}
</style>
border-color css
<style>
span { border-color: #BF7F1B; }
span { border-color: rgb(191,127,27); }
td.TdClassName
{
border-color: #BF7F1B;
}
.TagClassName
{
border-color: #BF7F1B;
}
</style>