Shades of Fallow #BF9F68
Tints of Fallow #BF9F68
RGB
CMYK
RGB Variations
Color information
#BF9F68 (or 0xBF9F68) is known color: Fallow. HEX triplet: BF, 9F and 68. RGB value is (191,159,104). Sum of RGB (Red+Green+Blue) = 191+159+104=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9F68 is #406097. Grayscale: #A2A2A2. Windows color (decimal): -4219032 or 6856639. OLE color: 6856639.
HSL color Cylindrical-coordinate representation of color #BF9F68: hue angle of 37.93º 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 #BF9F68 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 159 | 104 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.25 |
| HSL | 37.93º | 0.4% | 0.58% | - |
| HSV(B) | 37.93º | 0.46% | 0.75% | - |
| XYZ | 36.38 | 36.87 | 18.3 | - |
| YUV | 162.3 | 95.1 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 159 | 104 | 0 | 0.17 | 0.46 | 0.25 | 37.93 | 0.4 | 0.58 |
| Hex | BF | 9F | 68 | 0 | 11 | 2E | 19 | 26 | 28 | 3A |
| Octal | 277 | 237 | 150 | 0 | 21 | 56 | 31 | 46 | 50 | 72 |
| Binary | 10111111 | 10011111 | 1101000 | 0 | 10001 | 101110 | 11001 | 100110 | 101000 | 111010 |
Color Harmonies of #BF9F68
Complementary color
Monochromatic Colors of #BF9F68
Black with #BF9F68
Text Example
Text Example
White with #BF9F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9F68; }
p { color: rgb(191,159,104); }
H1.HeaderClassName
{
color: #BF9F68;
}
.AnyTagClassName
{
color: #BF9F68;
}
</style>
background-color css
<style>
a { background-color: #BF9F68; }
a { background-color: rgb(191,159,104); }
div.DivClassName
{
background-color: #BF9F68;
}
.BgClassName
{
background-color: #BF9F68;
}
</style>
border-color css
<style>
span { border-color: #BF9F68; }
span { border-color: rgb(191,159,104); }
td.TdClassName
{
border-color: #BF9F68;
}
.TagClassName
{
border-color: #BF9F68;
}
</style>