Shades of Fallow #BF9168
Tints of Fallow #BF9168
RGB
CMYK
RGB Variations
Color information
#BF9168 (or 0xBF9168) is known color: Fallow. HEX triplet: BF, 91 and 68. RGB value is (191,145,104). Sum of RGB (Red+Green+Blue) = 191+145+104=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9168 is #406E97. Grayscale: #9A9A9A. Windows color (decimal): -4222616 or 6853055. OLE color: 6853055.
HSL color Cylindrical-coordinate representation of color #BF9168: hue angle of 28.28º 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 #BF9168 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 145 | 104 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.25 |
| HSL | 28.28º | 0.4% | 0.58% | - |
| HSV(B) | 28.28º | 0.46% | 0.75% | - |
| XYZ | 34.11 | 32.33 | 17.54 | - |
| YUV | 154.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 104 | 0 | 0.24 | 0.46 | 0.25 | 28.28 | 0.4 | 0.58 |
| Hex | BF | 91 | 68 | 0 | 18 | 2E | 19 | 1C | 28 | 3A |
| Octal | 277 | 221 | 150 | 0 | 30 | 56 | 31 | 34 | 50 | 72 |
| Binary | 10111111 | 10010001 | 1101000 | 0 | 11000 | 101110 | 11001 | 11100 | 101000 | 111010 |
Color Harmonies of #BF9168
Complementary color
Monochromatic Colors of #BF9168
Black with #BF9168
Text Example
Text Example
White with #BF9168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9168; }
p { color: rgb(191,145,104); }
H1.HeaderClassName
{
color: #BF9168;
}
.AnyTagClassName
{
color: #BF9168;
}
</style>
background-color css
<style>
a { background-color: #BF9168; }
a { background-color: rgb(191,145,104); }
div.DivClassName
{
background-color: #BF9168;
}
.BgClassName
{
background-color: #BF9168;
}
</style>
border-color css
<style>
span { border-color: #BF9168; }
span { border-color: rgb(191,145,104); }
td.TdClassName
{
border-color: #BF9168;
}
.TagClassName
{
border-color: #BF9168;
}
</style>