Shades of Fallow #BFA170
Tints of Fallow #BFA170
RGB
CMYK
RGB Variations
Color information
#BFA170 (or 0xBFA170) is known color: Fallow. HEX triplet: BF, A1 and 70. RGB value is (191,161,112). Sum of RGB (Red+Green+Blue) = 191+161+112=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA170 is #405E8F. Grayscale: #A4A4A4. Windows color (decimal): -4218512 or 7381439. OLE color: 7381439.
HSL color Cylindrical-coordinate representation of color #BFA170: hue angle of 37.22º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFA170 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 112 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.25 |
| HSL | 37.22º | 0.38% | 0.59% | - |
| HSV(B) | 37.22º | 0.41% | 0.75% | - |
| XYZ | 37.16 | 37.74 | 20.65 | - |
| YUV | 164.38 | 98.44 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 112 | 0 | 0.16 | 0.41 | 0.25 | 37.22 | 0.38 | 0.59 |
| Hex | BF | A1 | 70 | 0 | 10 | 29 | 19 | 25 | 26 | 3B |
| Octal | 277 | 241 | 160 | 0 | 20 | 51 | 31 | 45 | 46 | 73 |
| Binary | 10111111 | 10100001 | 1110000 | 0 | 10000 | 101001 | 11001 | 100101 | 100110 | 111011 |
Color Harmonies of #BFA170
Complementary color
Monochromatic Colors of #BFA170
Black with #BFA170
Text Example
Text Example
White with #BFA170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA170; }
p { color: rgb(191,161,112); }
H1.HeaderClassName
{
color: #BFA170;
}
.AnyTagClassName
{
color: #BFA170;
}
</style>
background-color css
<style>
a { background-color: #BFA170; }
a { background-color: rgb(191,161,112); }
div.DivClassName
{
background-color: #BFA170;
}
.BgClassName
{
background-color: #BFA170;
}
</style>
border-color css
<style>
span { border-color: #BFA170; }
span { border-color: rgb(191,161,112); }
td.TdClassName
{
border-color: #BFA170;
}
.TagClassName
{
border-color: #BFA170;
}
</style>