Shades of Fallow #BFA069
Tints of Fallow #BFA069
RGB
CMYK
RGB Variations
Color information
#BFA069 (or 0xBFA069) is known color: Fallow. HEX triplet: BF, A0 and 69. RGB value is (191,160,105). Sum of RGB (Red+Green+Blue) = 191+160+105=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA069 is #405F96. Grayscale: #A3A3A3. Windows color (decimal): -4218775 or 6922431. OLE color: 6922431.
HSL color Cylindrical-coordinate representation of color #BFA069: hue angle of 38.37º 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 #BFA069 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 105 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.25 |
| HSL | 38.37º | 0.4% | 0.58% | - |
| HSV(B) | 38.37º | 0.45% | 0.75% | - |
| XYZ | 36.61 | 37.24 | 18.62 | - |
| YUV | 163 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 105 | 0 | 0.16 | 0.45 | 0.25 | 38.37 | 0.4 | 0.58 |
| Hex | BF | A0 | 69 | 0 | 10 | 2D | 19 | 26 | 28 | 3A |
| Octal | 277 | 240 | 151 | 0 | 20 | 55 | 31 | 46 | 50 | 72 |
| Binary | 10111111 | 10100000 | 1101001 | 0 | 10000 | 101101 | 11001 | 100110 | 101000 | 111010 |
Color Harmonies of #BFA069
Complementary color
Monochromatic Colors of #BFA069
Black with #BFA069
Text Example
Text Example
White with #BFA069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA069; }
p { color: rgb(191,160,105); }
H1.HeaderClassName
{
color: #BFA069;
}
.AnyTagClassName
{
color: #BFA069;
}
</style>
background-color css
<style>
a { background-color: #BFA069; }
a { background-color: rgb(191,160,105); }
div.DivClassName
{
background-color: #BFA069;
}
.BgClassName
{
background-color: #BFA069;
}
</style>
border-color css
<style>
span { border-color: #BFA069; }
span { border-color: rgb(191,160,105); }
td.TdClassName
{
border-color: #BFA069;
}
.TagClassName
{
border-color: #BFA069;
}
</style>