Shades of Fallow #BFA06A
Tints of Fallow #BFA06A
RGB
CMYK
RGB Variations
Color information
#BFA06A (or 0xBFA06A) is known color: Fallow. HEX triplet: BF, A0 and 6A. RGB value is (191,160,106). Sum of RGB (Red+Green+Blue) = 191+160+106=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA06A is #405F95. Grayscale: #A3A3A3. Windows color (decimal): -4218774 or 6987967. OLE color: 6987967.
HSL color Cylindrical-coordinate representation of color #BFA06A: hue angle of 38.12º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFA06A is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 106 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.25 |
| HSL | 38.12º | 0.4% | 0.58% | - |
| HSV(B) | 38.12º | 0.45% | 0.75% | - |
| XYZ | 36.66 | 37.26 | 18.9 | - |
| YUV | 163.11 | 95.77 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 106 | 0 | 0.16 | 0.45 | 0.25 | 38.12 | 0.4 | 0.58 |
| Hex | BF | A0 | 6A | 0 | 10 | 2D | 19 | 26 | 28 | 3A |
| Octal | 277 | 240 | 152 | 0 | 20 | 55 | 31 | 46 | 50 | 72 |
| Binary | 10111111 | 10100000 | 1101010 | 0 | 10000 | 101101 | 11001 | 100110 | 101000 | 111010 |
Color Harmonies of #BFA06A
Complementary color
Monochromatic Colors of #BFA06A
Black with #BFA06A
Text Example
Text Example
White with #BFA06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA06A; }
p { color: rgb(191,160,106); }
H1.HeaderClassName
{
color: #BFA06A;
}
.AnyTagClassName
{
color: #BFA06A;
}
</style>
background-color css
<style>
a { background-color: #BFA06A; }
a { background-color: rgb(191,160,106); }
div.DivClassName
{
background-color: #BFA06A;
}
.BgClassName
{
background-color: #BFA06A;
}
</style>
border-color css
<style>
span { border-color: #BFA06A; }
span { border-color: rgb(191,160,106); }
td.TdClassName
{
border-color: #BFA06A;
}
.TagClassName
{
border-color: #BFA06A;
}
</style>