Shades of Fallow #BF8D68
Tints of Fallow #BF8D68
RGB
CMYK
RGB Variations
Color information
#BF8D68 (or 0xBF8D68) is known color: Fallow. HEX triplet: BF, 8D and 68. RGB value is (191,141,104). Sum of RGB (Red+Green+Blue) = 191+141+104=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8D68 is #407297. Grayscale: #979797. Windows color (decimal): -4223640 or 6852031. OLE color: 6852031.
HSL color Cylindrical-coordinate representation of color #BF8D68: hue angle of 25.52º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF8D68 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 141 | 104 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.25 |
| HSL | 25.52º | 0.4% | 0.58% | - |
| HSV(B) | 25.52º | 0.46% | 0.75% | - |
| XYZ | 33.51 | 31.13 | 17.34 | - |
| YUV | 151.73 | 101.07 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 104 | 0 | 0.26 | 0.46 | 0.25 | 25.52 | 0.4 | 0.58 |
| Hex | BF | 8D | 68 | 0 | 1A | 2E | 19 | 1A | 28 | 3A |
| Octal | 277 | 215 | 150 | 0 | 32 | 56 | 31 | 32 | 50 | 72 |
| Binary | 10111111 | 10001101 | 1101000 | 0 | 11010 | 101110 | 11001 | 11010 | 101000 | 111010 |
Color Harmonies of #BF8D68
Complementary color
Monochromatic Colors of #BF8D68
Black with #BF8D68
Text Example
Text Example
White with #BF8D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8D68; }
p { color: rgb(191,141,104); }
H1.HeaderClassName
{
color: #BF8D68;
}
.AnyTagClassName
{
color: #BF8D68;
}
</style>
background-color css
<style>
a { background-color: #BF8D68; }
a { background-color: rgb(191,141,104); }
div.DivClassName
{
background-color: #BF8D68;
}
.BgClassName
{
background-color: #BF8D68;
}
</style>
border-color css
<style>
span { border-color: #BF8D68; }
span { border-color: rgb(191,141,104); }
td.TdClassName
{
border-color: #BF8D68;
}
.TagClassName
{
border-color: #BF8D68;
}
</style>