Shades of Fallow #BFA271
Tints of Fallow #BFA271
RGB
CMYK
RGB Variations
Color information
#BFA271 (or 0xBFA271) is known color: Fallow. HEX triplet: BF, A2 and 71. RGB value is (191,162,113). Sum of RGB (Red+Green+Blue) = 191+162+113=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA271 is #405D8E. Grayscale: #A5A5A5. Windows color (decimal): -4218255 or 7447231. OLE color: 7447231.
HSL color Cylindrical-coordinate representation of color #BFA271: hue angle of 37.69º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFA271 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 113 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.25 |
| HSL | 37.69º | 0.38% | 0.6% | - |
| HSV(B) | 37.69º | 0.41% | 0.75% | - |
| XYZ | 37.39 | 38.11 | 21.01 | - |
| YUV | 165.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 113 | 0 | 0.15 | 0.41 | 0.25 | 37.69 | 0.38 | 0.6 |
| Hex | BF | A2 | 71 | 0 | F | 29 | 19 | 26 | 26 | 3C |
| Octal | 277 | 242 | 161 | 0 | 17 | 51 | 31 | 46 | 46 | 74 |
| Binary | 10111111 | 10100010 | 1110001 | 0 | 1111 | 101001 | 11001 | 100110 | 100110 | 111100 |
Color Harmonies of #BFA271
Complementary color
Monochromatic Colors of #BFA271
Black with #BFA271
Text Example
Text Example
White with #BFA271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA271; }
p { color: rgb(191,162,113); }
H1.HeaderClassName
{
color: #BFA271;
}
.AnyTagClassName
{
color: #BFA271;
}
</style>
background-color css
<style>
a { background-color: #BFA271; }
a { background-color: rgb(191,162,113); }
div.DivClassName
{
background-color: #BFA271;
}
.BgClassName
{
background-color: #BFA271;
}
</style>
border-color css
<style>
span { border-color: #BFA271; }
span { border-color: rgb(191,162,113); }
td.TdClassName
{
border-color: #BFA271;
}
.TagClassName
{
border-color: #BFA271;
}
</style>