Shades of Fallow #BFA178
Tints of Fallow #BFA178
RGB
CMYK
RGB Variations
Color information
#BFA178 (or 0xBFA178) is known color: Fallow. HEX triplet: BF, A1 and 78. RGB value is (191,161,120). Sum of RGB (Red+Green+Blue) = 191+161+120=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA178 is #405E87. Grayscale: #A5A5A5. Windows color (decimal): -4218504 or 7905727. OLE color: 7905727.
HSL color Cylindrical-coordinate representation of color #BFA178: hue angle of 34.65º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFA178 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 120 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.25 |
| HSL | 34.65º | 0.36% | 0.61% | - |
| HSV(B) | 34.65º | 0.37% | 0.75% | - |
| XYZ | 37.62 | 37.92 | 23.11 | - |
| YUV | 165.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 120 | 0 | 0.16 | 0.37 | 0.25 | 34.65 | 0.36 | 0.61 |
| Hex | BF | A1 | 78 | 0 | 10 | 25 | 19 | 23 | 24 | 3D |
| Octal | 277 | 241 | 170 | 0 | 20 | 45 | 31 | 43 | 44 | 75 |
| Binary | 10111111 | 10100001 | 1111000 | 0 | 10000 | 100101 | 11001 | 100011 | 100100 | 111101 |
Color Harmonies of #BFA178
Complementary color
Monochromatic Colors of #BFA178
Black with #BFA178
Text Example
Text Example
White with #BFA178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA178; }
p { color: rgb(191,161,120); }
H1.HeaderClassName
{
color: #BFA178;
}
.AnyTagClassName
{
color: #BFA178;
}
</style>
background-color css
<style>
a { background-color: #BFA178; }
a { background-color: rgb(191,161,120); }
div.DivClassName
{
background-color: #BFA178;
}
.BgClassName
{
background-color: #BFA178;
}
</style>
border-color css
<style>
span { border-color: #BFA178; }
span { border-color: rgb(191,161,120); }
td.TdClassName
{
border-color: #BFA178;
}
.TagClassName
{
border-color: #BFA178;
}
</style>