Shades of Fallow #BFA46E
Tints of Fallow #BFA46E
RGB
CMYK
RGB Variations
Color information
#BFA46E (or 0xBFA46E) is known color: Fallow. HEX triplet: BF, A4 and 6E. RGB value is (191,164,110). Sum of RGB (Red+Green+Blue) = 191+164+110=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA46E is #405B91. Grayscale: #A6A6A6. Windows color (decimal): -4217746 or 7251135. OLE color: 7251135.
HSL color Cylindrical-coordinate representation of color #BFA46E: hue angle of 40º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFA46E is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 164 | 110 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.25 |
| HSL | 40º | 0.39% | 0.59% | - |
| HSV(B) | 40º | 0.42% | 0.75% | - |
| XYZ | 37.58 | 38.75 | 20.25 | - |
| YUV | 165.92 | 96.45 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 110 | 0 | 0.14 | 0.42 | 0.25 | 40 | 0.39 | 0.59 |
| Hex | BF | A4 | 6E | 0 | E | 2A | 19 | 28 | 27 | 3B |
| Octal | 277 | 244 | 156 | 0 | 16 | 52 | 31 | 50 | 47 | 73 |
| Binary | 10111111 | 10100100 | 1101110 | 0 | 1110 | 101010 | 11001 | 101000 | 100111 | 111011 |
Color Harmonies of #BFA46E
Complementary color
Monochromatic Colors of #BFA46E
Black with #BFA46E
Text Example
Text Example
White with #BFA46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA46E; }
p { color: rgb(191,164,110); }
H1.HeaderClassName
{
color: #BFA46E;
}
.AnyTagClassName
{
color: #BFA46E;
}
</style>
background-color css
<style>
a { background-color: #BFA46E; }
a { background-color: rgb(191,164,110); }
div.DivClassName
{
background-color: #BFA46E;
}
.BgClassName
{
background-color: #BFA46E;
}
</style>
border-color css
<style>
span { border-color: #BFA46E; }
span { border-color: rgb(191,164,110); }
td.TdClassName
{
border-color: #BFA46E;
}
.TagClassName
{
border-color: #BFA46E;
}
</style>